CodePro Code Audit for src for LMU_SCHOOL

This document contains the results of auditing src for LMU_SCHOOL at 9/10/14 1:32 PM, using the audit rule set MyRuleSet.

Beakdown

HighMediumLowTotal
Found1278405694915481
Auto Resolved033740
User Resolved0000
Remaining1278402691215441

Violations by Severity

Violation Counts by Severity

Violation SeverityViolation Count
High127
Medium8,405
Low6,949
 
Violation
 
Violation Recommendation Severity Resolved Resource Line
Unnecessary constructor found Since this constructor is included automatically by the compiler, it should be removed. High ObjectFactory.java 25
Unnecessary constructor found Since this constructor is included automatically by the compiler, it should be removed. High ObjectFactory.java 32
Unnecessary constructor found Since this constructor is included automatically by the compiler, it should be removed. High JIJConstants.java 7
 
Violation Recommendation Severity Resolved Resource Line
Invocation of sleep() Use wait() and notify() to block the thread until it is possible for execution to proceed. High ClientCommunicator.java 73
Invocation of sleep() Use wait() and notify() to block the thread until it is possible for execution to proceed. High TestClient.java 71
 
Violation Recommendation Severity Resolved Resource Line
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High GpsWebserviceClient.java 80
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High PacketDataFetcher.java 42
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High AsyncCaller.java 75
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High AsyncCaller.java 111
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DBManager.java 71
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DBManager.java 75
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DBManager.java 86
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DBManager.java 86
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DBManager.java 87
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DBManager.java 104
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High DBManager.java 126
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High PacketConsumer.java 171
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High recieveThread.java 71
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High sendMessage.java 46
A null pointer is being dereferenced Rewrite the surrounding code so that the value cannot be null. High UDPClient.java 115
 
Violation Recommendation Severity Resolved Resource Line
Duplicate property name: 125 Delete the duplicate property. High alertnotifications.properties 11
 
Violation Recommendation Severity Resolved Resource Line
Empty statement Delete the empty statement. High LMU4100Map.java 32
 
Violation Recommendation Severity Resolved Resource Line
Reflection Injection risk: too many sources To minimize the risk of Reflection Injection, reflection statement accessing classes, methods or fields should be created and executed as locally as possible. Make the code more secure by reducing the number of possible paths into this reflection statement. High CategoryReader.java 88
Reflection Injection risk: too many sources To minimize the risk of Reflection Injection, reflection statement accessing classes, methods or fields should be created and executed as locally as possible. Make the code more secure by reducing the number of possible paths into this reflection statement. High ExpReader.java 90
Reflection Injection risk: too many sources To minimize the risk of Reflection Injection, reflection statement accessing classes, methods or fields should be created and executed as locally as possible. Make the code more secure by reducing the number of possible paths into this reflection statement. High ValidatorReader.java 136
Reflection Injection risk: too many sources To minimize the risk of Reflection Injection, reflection statement accessing classes, methods or fields should be created and executed as locally as possible. Make the code more secure by reducing the number of possible paths into this reflection statement. High JarRsrcLoader.java 43
Reflection Injection risk: too many sources To minimize the risk of Reflection Injection, reflection statement accessing classes, methods or fields should be created and executed as locally as possible. Make the code more secure by reducing the number of possible paths into this reflection statement. High JarRsrcLoader.java 43
 
Violation Recommendation Severity Resolved Resource Line
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_SCHOOL/src/com/gps/corrector/ExpReader.java"   High ExpReader.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_SCHOOL/src/com/gps/corrector/ValidatorReader.java"   High ValidatorReader.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/com/gps/services/MobileAlert.java"   High MobileAlert.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/com/gps/services/UpdateRfidHistory.java"   High UpdateRfidHistory.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_SCHOOL/src/lmu/core/AlertManager.java"   High AlertManager.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/lmu/core/AsyncCaller.java"   High AsyncCaller.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/LMU_SCHOOL/src/lmu/core/AsyncCaller.java"   High AsyncCaller.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 500 exceeded in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Don't cast primitive types to a lower precision type" in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Use a space to separate the type in a cast from the expression" in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Use a space after a comma, but not before" in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Only use numeric literals to initialize constants" in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Local variables should be commented" in "/LMU_SCHOOL/src/lmu/core/Base64.java"   High Base64.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/lmu/core/ClientCommunicator.java"   High ClientCommunicator.java 1
Maximum violation count of 5000 exceeded for the rule "Use a consistent style for indentation"   High DBManager.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/lmu/core/DBManager.java"   High DBManager.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/LMU_SCHOOL/src/lmu/core/DBManager.java"   High DBManager.java 1
Maximum violation count of 500 exceeded in "/LMU_SCHOOL/src/lmu/core/DBManager.java"   High DBManager.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_SCHOOL/src/lmu/core/DBManager.java"   High DBManager.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/lmu/core/LMUUtils.java"   High LMUUtils.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 500 exceeded in "/LMU_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/LMU_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "Use spaces on both sides of operators to separate them from the operands" in "/LMU_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/LMU_SCHOOL/src/lmu/core/packetHandler.java"   High packetHandler.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/lmu/core/recieveThread.java"   High recieveThread.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_SCHOOL/src/lmu/core/recieveThread.java"   High recieveThread.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/lmu/core/TestClient.java"   High TestClient.java 0
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/lmu/core/UDPClient.java"   High UDPClient.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_SCHOOL/src/lmu/core/UDPClient.java"   High UDPClient.java 1
Maximum violation count of 500 exceeded in "/LMU_SCHOOL/src/lmu/core/UDPClient.java"   High UDPClient.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/lmu/core/UDPServerMINA.java"   High UDPServerMINA.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_Device.java"   High _Device.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_Geofence.java"   High _Geofence.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_Organization.java"   High _Organization.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 500 exceeded in "/LMU_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "Make methods static when possible" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_TripDetails.java"   High _TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_TripParameters.java"   High _TripParameters.java 1
Maximum violation count of 500 exceeded in "/LMU_SCHOOL/src/LMU4100/DB/auto/_TripParameters.java"   High _TripParameters.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_TripPreference.java"   High _TripPreference.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_TripTravelerDetails.java"   High _TripTravelerDetails.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_User.java"   High _User.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "The method is not overridden and thus should be declared final" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 500 exceeded in "/LMU_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "All methods should have a correct Javadoc comment" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "Make methods static when possible" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_UserDetails.java"   High _UserDetails.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_UserPreferences.java"   High _UserPreferences.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_Vehicle.java"   High _Vehicle.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/auto/_VehicleDetails.java"   High _VehicleDetails.java 1
Maximum violation count of 500 exceeded in "/LMU_SCHOOL/src/LMU4100/DB/auto/_VehicleDetails.java"   High _VehicleDetails.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/LMU4100Map.java"   High LMU4100Map.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/DB/TripDetails.java"   High TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_SCHOOL/src/LMU4100/DB/TripDetails.java"   High TripDetails.java 1
Maximum violation count of 50 exceeded for the rule "A variable used in an expression has a null value" in "/LMU_SCHOOL/src/LMU4100/DB/TripParameters.java"   High TripParameters.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_SCHOOL/src/LMU4100/DB/TripParameters.java"   High TripParameters.java 1
Maximum violation count of 500 exceeded in "/LMU_SCHOOL/src/LMU4100/DB/TripParameters.java"   High TripParameters.java 1
Maximum violation count of 50 exceeded for the rule "Floating point values should not be used" in "/LMU_SCHOOL/src/LMU4100/DB/TripParameters.java"   High TripParameters.java 1
Maximum violation count of 50 exceeded for the rule "Keep lines reasonably short" in "/LMU_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Use a consistent style for indentation" in "/LMU_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 500 exceeded in "/LMU_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Code within blocks should be indented one level more than the block" in "/LMU_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Place opening and closing braces in the correct places" in "/LMU_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Getter and setter methods should be declared final" in "/LMU_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Blank lines should be used consistently to improve readability" in "/LMU_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
Maximum violation count of 50 exceeded for the rule "Be consistent in the use of "this"" in "/LMU_SCHOOL/src/LMU4100/jaxb/LMDirect.java"   High LMDirect.java 1
 
Violation Recommendation Severity Resolved Resource Line
Persistent field validHashTable use implementation instead of interface Use interface instead of implementation for this field. High CategoryReader.java 31
Persistent field oldParamVals use implementation instead of interface Use interface instead of implementation for this field. High DriftMasker.java 28
Persistent field validHashTable use implementation instead of interface Use interface instead of implementation for this field. High ExpReader.java 31
Persistent field locHparam use implementation instead of interface Use interface instead of implementation for this field. High ExpressionDecoder.java 22
Persistent field oldParamVals use implementation instead of interface Use interface instead of implementation for this field. High ExpressionDecoder.java 23
Persistent field validHashTable use implementation instead of interface Use interface instead of implementation for this field. High ValidatorReader.java 33
Persistent field validHashTable use implementation instead of interface Use interface instead of implementation for this field. High FileUtilities.java 59
Persistent field propertyobj use implementation instead of interface Use interface instead of implementation for this field. High AlertManager.java 21
Persistent field event_msg_hash use implementation instead of interface Use interface instead of implementation for this field. High AlertManager.java 25
Persistent field hdrs use implementation instead of interface Use interface instead of implementation for this field. High configReader.java 20
Persistent field hAccum use implementation instead of interface Use interface instead of implementation for this field. High PacketConsumer.java 57
Persistent field categoryEvent use implementation instead of interface Use interface instead of implementation for this field. High PacketConsumer.java 59
Persistent field serviceList use implementation instead of interface Use interface instead of implementation for this field. High PacketConsumer.java 65
Persistent field hPramaValue use implementation instead of interface Use interface instead of implementation for this field. High packetHandler.java 20
Persistent field hAccum use implementation instead of interface Use interface instead of implementation for this field. High UDPServerMINA.java 53
Persistent field hsObjLM use implementation instead of interface Use interface instead of implementation for this field. High UDPServerMINA.java 59
Persistent field hsActiveMQ use implementation instead of interface Use interface instead of implementation for this field. High UDPServerMINA.java 61
Persistent field hshVeh use implementation instead of interface Use interface instead of implementation for this field. High TripParameters.java 49
 
Violation Recommendation Severity Resolved Resource Line
Short name found: r Rename. High Base16Encoder.java 24
Short name found: p Rename. High UDPClient.java 24
 
Violation
 
Violation Recommendation Severity Resolved Resource Line
Main method declared Delete the method. Medium GpsWebserviceClient.java 65
Main method declared Delete the method. Medium AlertManager.java 75
Main method declared Delete the method. Medium AsyncCaller.java 148
Main method declared Delete the method. Medium ClientCommunicator.java 119
Main method declared Delete the method. Medium ConsumerThread.java 151
Main method declared Delete the method. Medium LMUUtils.java 181
Main method declared Delete the method. Medium PacketConsumer.java 218
Main method declared Delete the method. Medium PacketProducer.java 154
Main method declared Delete the method. Medium QueueAllocator.java 96
Main method declared Delete the method. Medium recieveThread.java 279
Main method declared Delete the method. Medium sendMessage.java 143
Main method declared Delete the method. Medium TestClient.java 126
Main method declared Delete the method. Medium UDPClient.java 39
Main method declared Delete the method. Medium UDPServer.java 11
Main method declared Delete the method. Medium UDPServerMINA.java 121
Main method declared Delete the method. Medium Device.java 49
Main method declared Delete the method. Medium LMU4100Map.java 48
Main method declared Delete the method. Medium TripDetails.java 176
Main method declared Delete the method. Medium JarRsrcLoader.java 29
 
Violation Recommendation Severity Resolved Resource Line
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium CategoryReader.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium CorrectorVO.java 10
Variable has null value Use a null constant or initialize variable with an actual value. Medium CorrectorVO.java 16
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium DirectParamEvaluator.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium DriftMasker.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpReader.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionDecoder.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionHandler.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium ExpressionHandler.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium RuleVO.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium RuleVO.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorDetails.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorDetails.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorDetails.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 118
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 128
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 138
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorReader.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium GpsWebserviceClient.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 199
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 223
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlert.java 239
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertMessage.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertMessage.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertMessage.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertMessage.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertMessageResponse.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium MobileAlertResponse.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium PointInPolygon.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium PointInPolygon.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium PointInPolygon.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium PointInPolygon.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium PointInPolygonResponse.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium UpdateRfidHistory.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium UpdateRfidHistory.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium UpdateRfidHistory.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium UpdateRfidHistory.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium UpdateRfidHistory.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium WhetherInterested.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium WhetherInterested.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium WhetherInterested.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium WhetherInterested.java 121
Variable has null value Use a null constant or initialize variable with an actual value. Medium WhetherInterestedResponse.java 51
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 82
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium FileUtilities.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoggerStackTraceUtil.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoggerStackTraceUtil.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoggerStackTraceUtil.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoggerStackTraceUtil.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium LoggerStackTraceUtil.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogHandler.java 14
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogHandler.java 17
Variable has null value Use a null constant or initialize variable with an actual value. Medium LogHandler.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 75
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketDataFetcher.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium ParamUtils.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium ParamUtils.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium ParamUtils.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium ParamUtils.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorFactory.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium ValidatorFactory.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 58
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 61
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium AlertManager.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium AsyncCaller.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 12
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 15
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 15
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 16
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium Base16Encoder.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium ClientCommunicator.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium CommonClass.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConsumerThread.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConsumerThread.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConsumerThread.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConsumerThread.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium ConsumerThread.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 103
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 117
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium DBManager.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 124
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 139
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 172
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 201
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 202
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 203
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 204
Variable has null value Use a null constant or initialize variable with an actual value. Medium LMUUtils.java 221
Variable has null value Use a null constant or initialize variable with an actual value. Medium MyLogger.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 172
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 173
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 176
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 200
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 201
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketConsumer.java 202
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 151
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 153
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 164
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 166
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 170
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 190
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 191
Variable has null value Use a null constant or initialize variable with an actual value. Medium packetHandler.java 192
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketProducer.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketProducer.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketProducer.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium PacketProducer.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium ProrpertiesManager.java 12
Variable has null value Use a null constant or initialize variable with an actual value. Medium QueueAllocator.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 68
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 155
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 156
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 156
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 158
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 162
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 173
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 198
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 201
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 256
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 260
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 263
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 265
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 265
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 266
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 266
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 267
Variable has null value Use a null constant or initialize variable with an actual value. Medium recieveThread.java 267
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 96
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium sendMessage.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium TestClient.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium TestClient.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium TestClient.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium TimerTask1.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium TimerTask1.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium TimerTask1.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium TimerTask1.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 47
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPClient.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServer.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerHandler.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerHandler.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerHandler.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerHandler.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerHandler.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 99
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 106
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium UDPServerMINA.java 111
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium AccumulatorRef.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Accounts.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Accounts.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium _AccumulatorRef.java 11
Variable has null value Use a null constant or initialize variable with an actual value. Medium _AccumulatorRef.java 18
Variable has null value Use a null constant or initialize variable with an actual value. Medium _CharityBarometer.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _CharityBarometer.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _CharityBarometer.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Configurations.java 12
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Configurations.java 19
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Device.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Feedback.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FenceHistory.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FrequentTravellerDetails.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FrequentTripDetails.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _FrequentTripDetails.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 50
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 64
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 71
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 78
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 85
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Geofence.java 125
Variable has null value Use a null constant or initialize variable with an actual value. Medium _GeovehicleMap.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium _GeovehicleMap.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium _GeovehicleMap.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium _GeovehicleMap.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Inbox.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Notification.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Notification.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Notification.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Notification.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 69
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 83
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 97
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 104
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Organization.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium _PickupPoints.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _PickupPoints.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _PickupPoints.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _ReportRef.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium _ReportRef.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium _ReportRef.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 41
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 48
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 55
Variable has null value Use a null constant or initialize variable with an actual value. Medium _SavingStatus.java 62
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Speedparameter.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Speedparameter.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Speedparameter.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripMsgParams.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripMsgParams.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripMsgParams.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripMsgParams.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripMsgParams.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 57
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 65
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 79
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 100
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 107
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 113
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 127
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 161
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 175
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 182
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 197
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 203
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 211
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 220
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripParameters.java 223
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripPreference.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripScraps.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripScraps.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripScraps.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 59
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 66
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 80
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 94
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 101
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 108
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 115
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 122
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 129
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripTravelerDetails.java 141
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripVehicleMap.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _TripVehicleMap.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 53
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 60
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 67
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 81
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 102
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 109
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 116
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 123
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 137
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 149
Variable has null value Use a null constant or initialize variable with an actual value. Medium _User.java 152
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserGeofenceMap.java 22
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserGeofenceMap.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserLandmarks.java 24
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserLandmarks.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserLandmarks.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserLandmarks.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserLandmarks.java 52
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreference.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreference.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreference.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreference.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium _UserPreferences.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 28
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 42
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium _Vehicle.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 56
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 63
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 70
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 77
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 84
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 98
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 105
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 112
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 140
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 150
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 159
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 168
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleDetails.java 195
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleGroup.java 25
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleGroup.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleGroup.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleGroup.java 46
Variable has null value Use a null constant or initialize variable with an actual value. Medium _VehicleGroup.java 49
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Configurations.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 21
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium Device.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportRef.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium ReportRef.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 86
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 87
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 90
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 92
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 119
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 126
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 132
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 134
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 136
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 142
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 143
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 144
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 145
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 147
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripDetails.java 148
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 31
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 37
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripMsgParams.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 72
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 73
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 74
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 76
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 120
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 130
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 131
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 133
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 154
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 157
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 160
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 177
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 180
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 183
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 186
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 199
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 204
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 213
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 215
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 246
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 255
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 256
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 271
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 271
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 285
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 296
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 296
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 305
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 313
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 316
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 328
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 328
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 332
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 333
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 342
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 343
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 346
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 347
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 348
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 351
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 361
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 404
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 415
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 416
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 417
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 418
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 420
Variable has null value Use a null constant or initialize variable with an actual value. Medium TripParameters.java 421
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 34
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 38
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 39
Variable has null value Use a null constant or initialize variable with an actual value. Medium VehicleDetails.java 43
Variable has null value Use a null constant or initialize variable with an actual value. Medium JarRsrcLoader.java 44
Variable has null value Use a null constant or initialize variable with an actual value. Medium JarRsrcLoader.java 45
Variable has null value Use a null constant or initialize variable with an actual value. Medium JarRsrcLoader.java 88
Variable has null value Use a null constant or initialize variable with an actual value. Medium JarRsrcLoader.java 89
Variable has null value Use a null constant or initialize variable with an actual value. Medium JarRsrcLoader.java 91
Variable has null value Use a null constant or initialize variable with an actual value. Medium JarRsrcLoader.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium JarRsrcLoader.java 93
Variable has null value Use a null constant or initialize variable with an actual value. Medium JarRsrcLoader.java 95
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLConnection.java 13
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandler.java 14
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandler.java 26
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandler.java 27
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandler.java 29
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandler.java 30
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandler.java 32
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandler.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandler.java 33
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandler.java 35
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandler.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandler.java 36
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandlerFactory.java 15
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandlerFactory.java 20
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandlerFactory.java 23
Variable has null value Use a null constant or initialize variable with an actual value. Medium RsrcURLStreamHandlerFactory.java 30
 
Violation Recommendation Severity Resolved Resource Line
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Accounts.java 11
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _CharityBarometer.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Configurations.java 5
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Device.java 16
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Feedback.java 16
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _FenceHistory.java 15
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _FrequentTravellerDetails.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _FrequentTripDetails.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Geofence.java 18
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _GeovehicleMap.java 16
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Inbox.java 15
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Notification.java 12
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Organization.java 16
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _PickupPoints.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _SavingStatus.java 15
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Speedparameter.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripDetails.java 25
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripMsgParams.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripParameters.java 20
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripPreference.java 11
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripScraps.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripTravelerDetails.java 17
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _TripVehicleMap.java 14
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _User.java 17
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _UserDetails.java 27
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _UserGeofenceMap.java 14
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _UserLandmarks.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _UserPreference.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _UserPreferences.java 13
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _Vehicle.java 15
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _VehicleDetails.java 21
Abstract subclass of a concrete class Make the subclass concrete by removing the "abstract" modifier. Medium _VehicleGroup.java 15
 
Violation Recommendation Severity Resolved Resource Line
Accessing static member through an instance Access the member through the declaring type Medium UDPClient.java 34
Accessing static member through an instance Access the member through the declaring type Medium UDPClient.java 35
 
Violation Recommendation Severity Resolved Resource Line
Invalid argument type: expected java.lang.String, found java.lang.Object Convert the argument to the right type. Medium DriftMasker.java 71
Invalid argument type: expected java.lang.String, found java.lang.Object Convert the argument to the right type. Medium ExpressionDecoder.java 129
Invalid argument type: expected java.lang.String, found java.lang.Object Convert the argument to the right type. Medium ExpressionDecoder.java 130
Invalid argument type: expected java.lang.String, found java.lang.Object Convert the argument to the right type. Medium AlertManager.java 81
 
Violation Recommendation Severity Resolved Resource Line
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CategoryReader.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CategoryReader.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CategoryReader.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CategoryReader.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CorrectorVO.java 4
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CorrectorVO.java 5
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DirectParamEvaluator.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DirectParamEvaluator.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DriftMasker.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DriftMasker.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DriftMasker.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DriftMasker.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DriftMasker.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpReader.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpReader.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpReader.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpReader.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionDecoder.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionDecoder.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionDecoder.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionDecoder.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionDecoder.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ExpressionHandler.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RuleVO.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RuleVO.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorDetails.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorDetails.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorDetails.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorReader.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorReader.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorReader.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorReader.java 34
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium GpsWebserviceClient.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GpsWebserviceClient.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium GpsWebserviceClient.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 54
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 56
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 58
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 60
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 62
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlert.java 64
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertMessage.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertMessage.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertMessage.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertMessage.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertMessageResponse.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MobileAlertResponse.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PointInPolygon.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PointInPolygon.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PointInPolygon.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PointInPolygon.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PointInPolygonResponse.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PolygonRegion_Service.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PolygonRegion_Service.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UpdateRfidHistory.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UpdateRfidHistory.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UpdateRfidHistory.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UpdateRfidHistory.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UpdateRfidHistory.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WhetherInterested.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WhetherInterested.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WhetherInterested.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WhetherInterested.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium WhetherInterestedResponse.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConfigReader.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConfigReader.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConfigReader.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FileUtilities.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium FileUtilities.java 59
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LoggerStackTraceUtil.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LogHandler.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketDataFetcher.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ParamUtils.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ValidatorFactory.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AlertManager.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AsyncCaller.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AsyncCaller.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Base16Encoder.java 4
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ClientCommunicator.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ClientCommunicator.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ClientCommunicator.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CommonClass.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium CommonClass.java 10
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium configReader.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium configReader.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium configReader.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ConsumerThread.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium DBManager.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUUtils.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMUUtils.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium mandatoryItems.java 5
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium mandatoryItems.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium mandatoryItems.java 9
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium mandatoryItems.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium MyLogger.java 8
Unknown tag in Javadoc comment for field Run the Javadoc Repair tool on this field to remove the unknown tag. Medium PacketConsumer.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 53
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 54
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 55
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 56
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 57
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 62
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 63
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 64
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketConsumer.java 65
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium packetHandler.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium packetHandler.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium packetHandler.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium PacketProducer.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium QueueAllocator.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium QueueAllocator.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium QueueAllocator.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium QueueAllocator.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium recieveThread.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium recieveThread.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium recieveThread.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium sendMessage.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TestClient.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TestClient.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TestClient.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TimerTask1.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TimerTask1.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TimerTask1.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TimerTask1.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TimerTask1.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPClient.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerHandler.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerHandler.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 52
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 53
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 56
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 57
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 58
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 59
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium UDPServerMINA.java 61
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium AccumulatorRef.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Accounts.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Accounts.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _AccumulatorRef.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _AccumulatorRef.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _CharityBarometer.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _CharityBarometer.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _CharityBarometer.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _CharityBarometer.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Configurations.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Configurations.java 8
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Device.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Feedback.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FenceHistory.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTravellerDetails.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTravellerDetails.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTravellerDetails.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTripDetails.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTripDetails.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTripDetails.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _FrequentTripDetails.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Geofence.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _GeovehicleMap.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _GeovehicleMap.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _GeovehicleMap.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _GeovehicleMap.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Inbox.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Notification.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Notification.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Notification.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Notification.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Notification.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Organization.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _PickupPoints.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _PickupPoints.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _PickupPoints.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _PickupPoints.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _ReportRef.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _ReportRef.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _ReportRef.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _SavingStatus.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Speedparameter.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Speedparameter.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Speedparameter.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Speedparameter.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripDetails.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripMsgParams.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripParameters.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripPreference.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripScraps.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripScraps.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripScraps.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripScraps.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripTravelerDetails.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripVehicleMap.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripVehicleMap.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _TripVehicleMap.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _User.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 45
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserDetails.java 51
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserGeofenceMap.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserGeofenceMap.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserGeofenceMap.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserLandmarks.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreference.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreference.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreference.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreference.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreference.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _UserPreferences.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _Vehicle.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 23
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 24
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 37
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 38
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 40
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 41
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 42
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 43
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 44
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleDetails.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleGroup.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleGroup.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleGroup.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleGroup.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium _VehicleGroup.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Configurations.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium Device.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMU4100Map.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMU4100Map.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMU4100Map.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium ReportRef.java 22
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium LMU4100Map.java 7
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 27
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 28
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 29
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 30
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 31
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 34
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 35
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripDetails.java 36
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParameters.java 46
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParameters.java 47
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParameters.java 48
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParameters.java 49
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium TripParameters.java 50
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium VehicleDetails.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JarRsrcLoader.java 25
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JarRsrcLoader.java 26
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JIJConstants.java 11
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JIJConstants.java 12
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JIJConstants.java 13
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JIJConstants.java 14
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JIJConstants.java 15
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JIJConstants.java 16
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JIJConstants.java 17
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JIJConstants.java 18
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JIJConstants.java 19
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JIJConstants.java 20
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium JIJConstants.java 21
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RsrcURLConnection.java 32
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RsrcURLStreamHandler.java 39
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RsrcURLStreamHandlerFactory.java 33
Missing Javadoc comment for field Run the Javadoc Repair tool on this field to add missing field Javadoc. Medium RsrcURLStreamHandlerFactory.java 34
 
Violation Recommendation Severity Resolved Resource Line
Creation of unbuffered java.io.ByteArrayOutputStream Wrap the creation of the java.io.ByteArrayOutputStream inside the creation of a java.io.BufferedOutputStream. Medium LogHandler.java 20
Creation of unbuffered java.io.StringReader Wrap the creation of the java.io.StringReader inside the creation of a java.io.BufferedReader. Medium LMUUtils.java 201
Creation of unbuffered java.io.StringReader Wrap the creation of the java.io.StringReader inside the creation of a java.io.BufferedReader. Medium LMUUtils.java 203
Creation of unbuffered java.io.FileReader Wrap the creation of the java.io.FileReader inside the creation of a java.io.BufferedReader. Medium UDPClient.java 69
Creation of unbuffered java.io.FileReader Wrap the creation of the java.io.FileReader inside the creation of a java.io.BufferedReader. Medium UDPClient.java 88
 
Violation Recommendation Severity Resolved Resource Line
Missing Javadoc comment for method "CategoryReader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CategoryReader.java 33
Missing Javadoc comment for method "getInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CategoryReader.java 37
Missing Javadoc comment for method "loadConfiguration" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CategoryReader.java 44
Missing Javadoc comment for method "getConfigData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CategoryReader.java 59
Missing Javadoc comment for method "getParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CorrectorVO.java 6
Missing Javadoc comment for method "setParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CorrectorVO.java 9
Missing Javadoc comment for method "getParam" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CorrectorVO.java 12
Missing Javadoc comment for method "setParam" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CorrectorVO.java 15
Missing Javadoc comment for method "evaluate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DirectParamEvaluator.java 22
Missing Javadoc comment for method "setIgnoreException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DirectParamEvaluator.java 77
Missing Javadoc comment for method "getIgnoreException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DirectParamEvaluator.java 80
Missing Javadoc comment for method "maskPacket" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium DriftMasker.java 33
Missing Javadoc comment for method "ExpReader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpReader.java 33
Missing Javadoc comment for method "getInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpReader.java 37
Missing Javadoc comment for method "loadConfiguration" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpReader.java 44
Missing Javadoc comment for method "getConfigData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpReader.java 63
Missing Javadoc comment for method "getLocHparam" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 28
Missing Javadoc comment for method "setLocHparam" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 31
Missing Javadoc comment for method "ExpressionDecoder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 35
Missing Javadoc comment for method "constructExpression" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 40
Missing Javadoc comment for method "replaceCharWithVal" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 80
Missing Javadoc comment for method "executeCase" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionDecoder.java 87
Missing Javadoc comment for method "evaluateExpression" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionHandler.java 22
Missing Javadoc comment for method "getExpressionValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ExpressionHandler.java 50
Missing Javadoc comment for method "evaluate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IPacketObserver.java 11
Missing Javadoc comment for method "setIgnoreException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IPacketObserver.java 12
Missing Javadoc comment for method "getIgnoreException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium IPacketObserver.java 13
Missing Javadoc comment for method "getId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RuleVO.java 14
Missing Javadoc comment for method "setId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RuleVO.java 17
Missing Javadoc comment for method "getCondition" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RuleVO.java 20
Missing Javadoc comment for method "setCondition" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RuleVO.java 23
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 15
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 19
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 22
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 26
Missing Javadoc comment for method "isIgnoreExceptionFlag" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 30
Missing Javadoc comment for method "setIgnoreExceptionFlag" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorDetails.java 34
Missing Javadoc comment for method "ValidatorReader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorReader.java 36
Missing Javadoc comment for method "getInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorReader.java 40
Missing Javadoc comment for method "loadConfiguration" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorReader.java 47
Missing Javadoc comment for method "getConfigData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorReader.java 105
Missing Javadoc comment for method "WhetherInterseted" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GpsWebserviceClient.java 35
Missing Javadoc comment for method "inOrOut" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GpsWebserviceClient.java 40
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium GpsWebserviceClient.java 64
Missing @return tag for getVehicleId Run the Javadoc Repair tool on this method to add the missing @return tag. Medium MobileAlert.java 69
Missing @param tag for value in setVehicleId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium MobileAlert.java 78
Missing @return tag for getPort Run the Javadoc Repair tool on this method to add the missing @return tag. Medium MobileAlert.java 229
Missing @param tag for value in setPort Run the Javadoc Repair tool on this method to add the missing @param tag. Medium MobileAlert.java 238
Missing @return tag for getPort Run the Javadoc Repair tool on this method to add the missing @return tag. Medium MobileAlertMessage.java 126
Missing @param tag for value in setPort Run the Javadoc Repair tool on this method to add the missing @param tag. Medium MobileAlertMessage.java 135
Missing @return tag for getOut Run the Javadoc Repair tool on this method to add the missing @return tag. Medium MobileAlertMessageResponse.java 41
Missing @param tag for value in setOut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium MobileAlertMessageResponse.java 50
Missing @return tag for getOut Run the Javadoc Repair tool on this method to add the missing @return tag. Medium MobileAlertResponse.java 41
Missing @param tag for value in setOut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium MobileAlertResponse.java 50
Missing @return tag for createMobileAlertMessageResponse Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 35
Missing @return tag for createWhetherInterested Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 43
Missing @return tag for createPointInPolygonResponse Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 53
Missing @return tag for createMobileAlertMessage Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 61
Missing @return tag for createPointInPolygon Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 69
Missing @return tag for createWhetherInterestedResponse Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 77
Missing @return tag for getVehicleId Run the Javadoc Repair tool on this method to add the missing @return tag. Medium PointInPolygon.java 55
Missing @param tag for value in setVehicleId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium PointInPolygon.java 64
Missing @return tag for getLat Run the Javadoc Repair tool on this method to add the missing @return tag. Medium PointInPolygon.java 71
Missing @param tag for value in setLat Run the Javadoc Repair tool on this method to add the missing @param tag. Medium PointInPolygon.java 80
Missing @return tag for getLan Run the Javadoc Repair tool on this method to add the missing @return tag. Medium PointInPolygon.java 87
Missing @param tag for value in setLan Run the Javadoc Repair tool on this method to add the missing @param tag. Medium PointInPolygon.java 96
Missing @return tag for isOut Run the Javadoc Repair tool on this method to add the missing @return tag. Medium PointInPolygonResponse.java 41
Missing @param tag for value in setOut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium PointInPolygonResponse.java 50
Missing Javadoc comment for method "PolygonRegion_Service" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PolygonRegion_Service.java 41
Missing Javadoc comment for method "PolygonRegion_Service" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PolygonRegion_Service.java 45
Missing @return tag for getVehicleId Run the Javadoc Repair tool on this method to add the missing @return tag. Medium UpdateRfidHistory.java 59
Missing @param tag for value in setVehicleId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium UpdateRfidHistory.java 68
Missing @return tag for getLat Run the Javadoc Repair tool on this method to add the missing @return tag. Medium UpdateRfidHistory.java 99
Missing @param tag for value in setLat Run the Javadoc Repair tool on this method to add the missing @param tag. Medium UpdateRfidHistory.java 108
Missing @return tag for getLon Run the Javadoc Repair tool on this method to add the missing @return tag. Medium UpdateRfidHistory.java 115
Missing @param tag for value in setLon Run the Javadoc Repair tool on this method to add the missing @param tag. Medium UpdateRfidHistory.java 124
Missing @return tag for getVehicleId Run the Javadoc Repair tool on this method to add the missing @return tag. Medium WhetherInterested.java 55
Missing @param tag for value in setVehicleId Run the Javadoc Repair tool on this method to add the missing @param tag. Medium WhetherInterested.java 64
Missing @return tag for getLat Run the Javadoc Repair tool on this method to add the missing @return tag. Medium WhetherInterested.java 71
Missing @param tag for value in setLat Run the Javadoc Repair tool on this method to add the missing @param tag. Medium WhetherInterested.java 80
Missing @return tag for getLan Run the Javadoc Repair tool on this method to add the missing @return tag. Medium WhetherInterested.java 87
Missing @param tag for value in setLan Run the Javadoc Repair tool on this method to add the missing @param tag. Medium WhetherInterested.java 96
Missing @return tag for isOut Run the Javadoc Repair tool on this method to add the missing @return tag. Medium WhetherInterestedResponse.java 41
Missing @param tag for value in setOut Run the Javadoc Repair tool on this method to add the missing @param tag. Medium WhetherInterestedResponse.java 50
Missing Javadoc comment for method "loadConfiguration" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConfigReader.java 22
Missing Javadoc comment for method "getConfigData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConfigReader.java 24
Missing Javadoc comment for method "getXMLDoc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FileUtilities.java 33
Missing Javadoc comment for method "readNode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FileUtilities.java 60
Missing Javadoc comment for method "getNodeName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium FileUtilities.java 72
Missing Javadoc comment for method "printErrorMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LoggerStackTraceUtil.java 14
Missing Javadoc comment for method "handleResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogHandler.java 13
Missing Javadoc comment for method "handleRequest" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogHandler.java 16
Missing Javadoc comment for method "logSOAPMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LogHandler.java 19
Missing Javadoc comment for method "getLastKnownInfo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketDataFetcher.java 34
Missing Javadoc comment for method "getPrevParamValsEsn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketDataFetcher.java 54
Missing Javadoc comment for method "parseResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketDataFetcher.java 72
Missing Javadoc comment for method "replaceParamByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ParamUtils.java 22
Missing Javadoc comment for method "arlSplit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ParamUtils.java 44
Missing Javadoc comment for method "getValidatorByName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ValidatorFactory.java 18
Missing Javadoc comment for method "load" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertManager.java 26
Missing Javadoc comment for method "isToSend" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertManager.java 37
Missing Javadoc comment for method "Alert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertManager.java 49
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AlertManager.java 75
Missing Javadoc comment for method "AsyncCaller" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AsyncCaller.java 34
Missing Javadoc comment for method "CallWS_Async" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AsyncCaller.java 40
Missing Javadoc comment for method "ProcessClient" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AsyncCaller.java 62
Missing @return tag for encode Run the Javadoc Repair tool on this method to add the missing @return tag. Medium Base16Encoder.java 10
Missing @param tag for byteArray in encode Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Base16Encoder.java 11
Missing @return tag for decode Run the Javadoc Repair tool on this method to add the missing @return tag. Medium Base16Encoder.java 21
Missing @param tag for s in decode Run the Javadoc Repair tool on this method to add the missing @param tag. Medium Base16Encoder.java 22
Missing Javadoc comment for method "ClientCommunicator" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 28
Missing Javadoc comment for method "sendData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 61
Missing Javadoc comment for method "exceptionCaught" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 81
Missing Javadoc comment for method "messageReceived" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 87
Missing Javadoc comment for method "messageSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 93
Missing Javadoc comment for method "sessionClosed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 98
Missing Javadoc comment for method "sessionCreated" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 103
Missing Javadoc comment for method "sessionIdle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 108
Missing Javadoc comment for method "sessionOpened" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 114
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ClientCommunicator.java 119
Missing Javadoc comment for method "CommonClass" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CommonClass.java 12
Missing Javadoc comment for method "GetPropertyFileObject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CommonClass.java 17
Missing Javadoc comment for method "GetPropertyValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium CommonClass.java 26
Missing Javadoc comment for method "getOptionsHeader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium configReader.java 22
Missing Javadoc comment for method "getLMHeader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium configReader.java 66
Missing Javadoc comment for method "getLMContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium configReader.java 98
Missing Javadoc comment for method "ConsumerThread" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConsumerThread.java 28
Missing Javadoc comment for method "run" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConsumerThread.java 32
Missing @param tag for obsrvr in addObserver Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ConsumerThread.java 74
Missing Javadoc comment for method "deleteObserver" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConsumerThread.java 84
Missing Javadoc comment for method "notifyObserver" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ConsumerThread.java 95
Missing @param tag for args in main Run the Javadoc Repair tool on this method to add the missing @param tag. Medium ConsumerThread.java 151
Extra @return tag for update Run the Javadoc Repair tool on this method to remove the extra @return tag. Medium DBManager.java 38
Missing Javadoc comment for method "getActualTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 39
Missing Javadoc comment for method "hex2decimal" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 60
Missing Javadoc comment for method "decimal2hex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 74
Missing Javadoc comment for method "identifySession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 85
Missing Javadoc comment for method "add2hour" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 107
Missing Javadoc comment for method "getResponseObject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 117
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 181
Missing Javadoc comment for method "parseResponse" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 187
Missing Javadoc comment for method "identifyEvent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMUUtils.java 217
Missing Javadoc comment for method "MyLogger" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MyLogger.java 13
Missing Javadoc comment for method "getMyLogger" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MyLogger.java 19
Missing Javadoc comment for method "console" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium MyLogger.java 25
Missing Javadoc comment for method "SetConnProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketConsumer.java 67
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketConsumer.java 218
Missing Javadoc comment for method "fromHexString" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 23
Missing Javadoc comment for method "getHexString" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 42
Missing Javadoc comment for method "convertByteArrayToString" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 55
Missing Javadoc comment for method "processMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 66
Missing Javadoc comment for method "htReadOpHeader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 115
Missing Javadoc comment for method "htReadHeader" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium packetHandler.java 229
Missing Javadoc comment for method "SetConnProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketProducer.java 45
Missing Javadoc comment for method "FindProducer" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketProducer.java 100
Missing Javadoc comment for method "SendPacket" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium PacketProducer.java 129
Missing Javadoc comment for method "getProperties" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ProrpertiesManager.java 8
Missing Javadoc comment for method "QueueAllocator" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium QueueAllocator.java 27
Missing Javadoc comment for method "AllocateQueueCount" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium QueueAllocator.java 31
Missing Javadoc comment for method "AllocateQueue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium QueueAllocator.java 48
Missing Javadoc comment for method "FindProducer" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium QueueAllocator.java 63
Missing Javadoc comment for method "run" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium recieveThread.java 53
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium recieveThread.java 279
Missing Javadoc comment for method "sendData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium sendMessage.java 25
Missing Javadoc comment for method "sendAck" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium sendMessage.java 30
Missing Javadoc comment for method "socketSend" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium sendMessage.java 104
Missing Javadoc comment for method "putValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium sendMessage.java 107
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium sendMessage.java 143
Missing Javadoc comment for method "TestClient" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 23
Missing Javadoc comment for method "sendData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 58
Missing Javadoc comment for method "exceptionCaught" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 80
Missing Javadoc comment for method "messageReceived" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 86
Missing Javadoc comment for method "messageSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 99
Missing Javadoc comment for method "sessionClosed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 104
Missing Javadoc comment for method "sessionCreated" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 109
Missing Javadoc comment for method "sessionIdle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 114
Missing Javadoc comment for method "sessionOpened" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 120
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TestClient.java 126
Missing Javadoc comment for method "TimerTask1" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TimerTask1.java 19
Missing Javadoc comment for method "run" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TimerTask1.java 27
Missing Javadoc comment for method "UDPClient" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPClient.java 32
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPClient.java 39
Missing Javadoc comment for method "AssignPckt" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPClient.java 58
Missing Javadoc comment for method "AllocatePckt" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPClient.java 133
Missing Javadoc comment for method "run" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPClient.java 149
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServer.java 11
Missing Javadoc comment for method "fromByte" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServer.java 37
Missing Javadoc comment for method "UDPServerHandler" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 25
Missing Javadoc comment for method "exceptionCaught" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 33
Missing Javadoc comment for method "messageSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 42
Missing Javadoc comment for method "sessionClosed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 50
Missing Javadoc comment for method "sessionCreated" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 59
Missing Javadoc comment for method "sessionIdle" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 67
Missing Javadoc comment for method "sessionOpened" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 76
Missing Javadoc comment for method "messageReceived" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerHandler.java 84
Missing Javadoc comment for method "UDPServerMINA" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerMINA.java 63
Missing Javadoc comment for method "recvUpdate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerMINA.java 93
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium UDPServerMINA.java 121
Missing Javadoc comment for method "loadAccumData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium AccumulatorRef.java 20
Missing Javadoc comment for method "setCreditLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Accounts.java 17
Missing Javadoc comment for method "getCreditLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Accounts.java 20
Missing Javadoc comment for method "setSmsSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Accounts.java 24
Missing Javadoc comment for method "getSmsSent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Accounts.java 27
Missing Javadoc comment for method "setAccum" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _AccumulatorRef.java 10
Missing Javadoc comment for method "getAccum" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _AccumulatorRef.java 13
Missing Javadoc comment for method "setReference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _AccumulatorRef.java 17
Missing Javadoc comment for method "getReference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _AccumulatorRef.java 20
Missing Javadoc comment for method "setCurrent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 21
Missing Javadoc comment for method "getCurrent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 24
Missing Javadoc comment for method "setTarget" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 28
Missing Javadoc comment for method "getTarget" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 31
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 35
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _CharityBarometer.java 39
Missing Javadoc comment for method "setConfigName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Configurations.java 11
Missing Javadoc comment for method "getConfigName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Configurations.java 14
Missing Javadoc comment for method "setConfigValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Configurations.java 18
Missing Javadoc comment for method "getConfigValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Configurations.java 21
Missing Javadoc comment for method "setAliasName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 31
Missing Javadoc comment for method "getAliasName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 34
Missing Javadoc comment for method "setEnableStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 38
Missing Javadoc comment for method "getEnableStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 41
Missing Javadoc comment for method "setFirmwareVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 45
Missing Javadoc comment for method "getFirmwareVersion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 48
Missing Javadoc comment for method "setImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 52
Missing Javadoc comment for method "getImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 55
Missing Javadoc comment for method "setInuseStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 59
Missing Javadoc comment for method "getInuseStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 62
Missing Javadoc comment for method "setLastKnownIp" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 66
Missing Javadoc comment for method "getLastKnownIp" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 69
Missing Javadoc comment for method "setLastPacketReceivedTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 73
Missing Javadoc comment for method "getLastPacketReceivedTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 76
Missing Javadoc comment for method "setMobileNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 80
Missing Javadoc comment for method "getMobileNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 83
Missing Javadoc comment for method "setWorkStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 87
Missing Javadoc comment for method "getWorkStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 90
Missing Javadoc comment for method "addToVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 94
Missing Javadoc comment for method "removeFromVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 97
Missing Javadoc comment for method "getVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Device.java 100
Missing Javadoc comment for method "setCarRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 28
Missing Javadoc comment for method "getCarRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 31
Missing Javadoc comment for method "setComment" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 35
Missing Javadoc comment for method "getComment" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 38
Missing Javadoc comment for method "setDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 42
Missing Javadoc comment for method "getDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 45
Missing Javadoc comment for method "setDriveRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 49
Missing Javadoc comment for method "getDriveRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 52
Missing Javadoc comment for method "setTripRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 56
Missing Javadoc comment for method "getTripRating" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 59
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 63
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 67
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 72
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Feedback.java 76
Missing Javadoc comment for method "setEvenSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 26
Missing Javadoc comment for method "getEvenSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 29
Missing Javadoc comment for method "setEvenSpotOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 33
Missing Javadoc comment for method "getEvenSpotOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 36
Missing Javadoc comment for method "setMonSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 40
Missing Javadoc comment for method "getMonSms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 43
Missing Javadoc comment for method "setMonSpotOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 47
Missing Javadoc comment for method "getMonSpotOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 50
Missing Javadoc comment for method "setSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 54
Missing Javadoc comment for method "getSession" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 57
Missing Javadoc comment for method "setToGeofence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 61
Missing Javadoc comment for method "getToGeofence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FenceHistory.java 65
Missing Javadoc comment for method "setToTripTravelerDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTravellerDetails.java 20
Missing Javadoc comment for method "getToTripTravelerDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTravellerDetails.java 24
Missing Javadoc comment for method "setTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTripDetails.java 21
Missing Javadoc comment for method "getTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTripDetails.java 24
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTripDetails.java 28
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _FrequentTripDetails.java 32
Missing Javadoc comment for method "setAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 35
Missing Javadoc comment for method "getAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 38
Missing Javadoc comment for method "setCountryCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 42
Missing Javadoc comment for method "getCountryCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 45
Missing Javadoc comment for method "setGeoLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 49
Missing Javadoc comment for method "getGeoLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 52
Missing Javadoc comment for method "setGeoLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 56
Missing Javadoc comment for method "getGeoLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 59
Missing Javadoc comment for method "setGeoName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 63
Missing Javadoc comment for method "getGeoName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 66
Missing Javadoc comment for method "setGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 70
Missing Javadoc comment for method "getGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 73
Missing Javadoc comment for method "setInsertOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 77
Missing Javadoc comment for method "getInsertOrder" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 80
Missing Javadoc comment for method "setRadius" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 84
Missing Javadoc comment for method "getRadius" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 87
Missing Javadoc comment for method "addToFenceHistoryArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 91
Missing Javadoc comment for method "removeFromFenceHistoryArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 94
Missing Javadoc comment for method "getFenceHistoryArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 97
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 103
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 107
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 112
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 116
Missing Javadoc comment for method "addToUserGeofenceMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 121
Missing Javadoc comment for method "removeFromUserGeofenceMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 124
Missing Javadoc comment for method "getUserGeofenceMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Geofence.java 127
Missing Javadoc comment for method "setGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 24
Missing Javadoc comment for method "getGeofenceId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 27
Missing Javadoc comment for method "addToNotificationArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 31
Missing Javadoc comment for method "removeFromNotificationArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 34
Missing Javadoc comment for method "getNotificationArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 37
Missing Javadoc comment for method "setToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 43
Missing Javadoc comment for method "getToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _GeovehicleMap.java 47
Missing Javadoc comment for method "setIsread" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 27
Missing Javadoc comment for method "getIsread" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 30
Missing Javadoc comment for method "setMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 34
Missing Javadoc comment for method "getMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 37
Missing Javadoc comment for method "setSenderUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 41
Missing Javadoc comment for method "getSenderUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 44
Missing Javadoc comment for method "setSendingDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 48
Missing Javadoc comment for method "getSendingDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 51
Missing Javadoc comment for method "setSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 55
Missing Javadoc comment for method "getSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 58
Missing Javadoc comment for method "setTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 62
Missing Javadoc comment for method "getTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 65
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 69
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Inbox.java 73
Missing Javadoc comment for method "setMobileNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 24
Missing Javadoc comment for method "getMobileNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 28
Missing Javadoc comment for method "setNotifyAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 32
Missing Javadoc comment for method "getNotifyAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 36
Missing Javadoc comment for method "setNotifyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 40
Missing Javadoc comment for method "getNotifyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 44
Missing Javadoc comment for method "setToGeovehicleMap" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 48
Missing Javadoc comment for method "getToGeovehicleMap" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Notification.java 52
Missing Javadoc comment for method "setCity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 33
Missing Javadoc comment for method "getCity" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 36
Missing Javadoc comment for method "setCountry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 40
Missing Javadoc comment for method "getCountry" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 43
Missing Javadoc comment for method "setEmail" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 47
Missing Javadoc comment for method "getEmail" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 50
Missing Javadoc comment for method "setHeadName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 54
Missing Javadoc comment for method "getHeadName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 57
Missing Javadoc comment for method "setNoOfBuses" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 61
Missing Javadoc comment for method "getNoOfBuses" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 64
Missing Javadoc comment for method "setNoOfStudents" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 68
Missing Javadoc comment for method "getNoOfStudents" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 71
Missing Javadoc comment for method "setOrgStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 75
Missing Javadoc comment for method "getOrgStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 78
Missing Javadoc comment for method "setOrganizationName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 82
Missing Javadoc comment for method "getOrganizationName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 85
Missing Javadoc comment for method "setSmsStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 89
Missing Javadoc comment for method "getSmsStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 92
Missing Javadoc comment for method "setState" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 96
Missing Javadoc comment for method "getState" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 99
Missing Javadoc comment for method "addToUserDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 103
Missing Javadoc comment for method "removeFromUserDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 106
Missing Javadoc comment for method "getUserDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 109
Missing Javadoc comment for method "addToVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 115
Missing Javadoc comment for method "removeFromVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 118
Missing Javadoc comment for method "getVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Organization.java 121
Missing Javadoc comment for method "setLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 21
Missing Javadoc comment for method "getLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 24
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 28
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 31
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 35
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _PickupPoints.java 39
Missing Javadoc comment for method "getEventcode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 17
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 20
Missing Javadoc comment for method "getCategory" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 23
Missing Javadoc comment for method "setEventcode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 27
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 30
Missing Javadoc comment for method "setCategory" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _ReportRef.java 33
Missing Javadoc comment for method "setCo2Save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 26
Missing Javadoc comment for method "getCo2Save" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 29
Missing Javadoc comment for method "setLastUpdateTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 33
Missing Javadoc comment for method "getLastUpdateTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 36
Missing Javadoc comment for method "setMoneySave" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 40
Missing Javadoc comment for method "getMoneySave" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 43
Missing Javadoc comment for method "setPetrolSave" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 47
Missing Javadoc comment for method "getPetrolSave" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 50
Missing Javadoc comment for method "setTotKms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 54
Missing Javadoc comment for method "getTotKms" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 57
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 61
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _SavingStatus.java 65
Missing Javadoc comment for method "setColourcode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 21
Missing Javadoc comment for method "getColourcode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 24
Missing Javadoc comment for method "setParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 28
Missing Javadoc comment for method "getParameter" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 31
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 35
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Speedparameter.java 39
Missing Javadoc comment for method "setMsgId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 23
Missing Javadoc comment for method "getMsgId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 26
Missing Javadoc comment for method "setMsgLength" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 30
Missing Javadoc comment for method "getMsgLength" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 33
Missing Javadoc comment for method "setMsgRoute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 37
Missing Javadoc comment for method "getMsgRoute" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 40
Missing Javadoc comment for method "setUserMsg" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 44
Missing Javadoc comment for method "getUserMsg" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 47
Missing Javadoc comment for method "setToTripParameters" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 51
Missing Javadoc comment for method "getToTripParameters" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripMsgParams.java 55
Missing Javadoc comment for method "getStatusProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 52
Missing Javadoc comment for method "setStatusProperty" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 56
Missing Javadoc comment for method "getCorrectionFactor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 60
Missing Javadoc comment for method "setCorrectionFactor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 64
Missing @param tag for distance in setDistance Run the Javadoc Repair tool on this method to add the missing @param tag. Medium _TripParameters.java 69
Missing Javadoc comment for method "getDistance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 73
Missing Javadoc comment for method "setToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 78
Missing Javadoc comment for method "getToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 81
Missing Javadoc comment for method "setAltitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 92
Missing Javadoc comment for method "getAltitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 95
Missing Javadoc comment for method "setBatteryStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 99
Missing Javadoc comment for method "getBatteryStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 102
Missing Javadoc comment for method "setBrake" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 106
Missing Javadoc comment for method "getBrake" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 109
Missing Javadoc comment for method "setEventCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 112
Missing Javadoc comment for method "getEventCode" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 115
Missing Javadoc comment for method "setBrakelightStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 119
Missing Javadoc comment for method "getBrakelightStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 122
Missing Javadoc comment for method "setCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 126
Missing Javadoc comment for method "getCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 129
Missing Javadoc comment for method "setDbInsertTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 132
Missing Javadoc comment for method "getDbInsertTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 135
Missing Javadoc comment for method "setEngineStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 139
Missing Javadoc comment for method "getEngineStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 142
Missing Javadoc comment for method "setFuelContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 146
Missing Javadoc comment for method "getFuelContent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 149
Missing Javadoc comment for method "setHeading" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 153
Missing Javadoc comment for method "getHeading" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 156
Missing Javadoc comment for method "setLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 160
Missing Javadoc comment for method "getLattitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 163
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 167
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 170
Missing Javadoc comment for method "setOilPreassure" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 174
Missing Javadoc comment for method "getOilPreassure" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 177
Missing Javadoc comment for method "setSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 181
Missing Javadoc comment for method "getSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 184
Missing Javadoc comment for method "setGsmStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 196
Missing Javadoc comment for method "getGsmStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 199
Missing Javadoc comment for method "setCellId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 202
Missing Javadoc comment for method "getCellId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 205
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 210
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 214
Missing Javadoc comment for method "addToTripMsgParamsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 219
Missing Javadoc comment for method "removeFromTripMsgParamsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripParameters.java 222
Missing Javadoc comment for method "setDrivingSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 24
Missing Javadoc comment for method "getDrivingSpeed" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 27
Missing Javadoc comment for method "setGenderPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 31
Missing Javadoc comment for method "getGenderPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 34
Missing Javadoc comment for method "setMusic" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 38
Missing Javadoc comment for method "getMusic" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 41
Missing Javadoc comment for method "setPets" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 45
Missing Javadoc comment for method "getPets" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 48
Missing Javadoc comment for method "setReturnTimeFlex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 52
Missing Javadoc comment for method "getReturnTimeFlex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 55
Missing Javadoc comment for method "setSmoking" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 59
Missing Javadoc comment for method "getSmoking" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 62
Missing Javadoc comment for method "setStartTimeFlex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 66
Missing Javadoc comment for method "getStartTimeFlex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 69
Missing Javadoc comment for method "setTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 73
Missing Javadoc comment for method "getTripid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripPreference.java 76
Missing Javadoc comment for method "setMessages" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 21
Missing Javadoc comment for method "getMessages" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 24
Missing Javadoc comment for method "setUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 28
Missing Javadoc comment for method "getUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 31
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 35
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripScraps.java 39
Missing Javadoc comment for method "setCoPassengerRelationship" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 37
Missing Javadoc comment for method "getCoPassengerRelationship" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 40
Missing Javadoc comment for method "setDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 44
Missing Javadoc comment for method "getDate" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 47
Missing Javadoc comment for method "setGender" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 51
Missing Javadoc comment for method "getGender" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 54
Missing Javadoc comment for method "setGenderCopy" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 58
Missing Javadoc comment for method "getGenderCopy" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 61
Missing Javadoc comment for method "setIsreturn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 65
Missing Javadoc comment for method "getIsreturn" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 68
Missing Javadoc comment for method "setMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 72
Missing Javadoc comment for method "getMessage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 75
Missing Javadoc comment for method "setMessageSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 79
Missing Javadoc comment for method "getMessageSubject" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 82
Missing Javadoc comment for method "setRole" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 86
Missing Javadoc comment for method "getRole" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 89
Missing Javadoc comment for method "setSeatsRequested" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 93
Missing Javadoc comment for method "getSeatsRequested" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 96
Missing Javadoc comment for method "setStartTimeFlexibility" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 100
Missing Javadoc comment for method "getStartTimeFlexibility" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 103
Missing Javadoc comment for method "setTravellerFrequency" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 107
Missing Javadoc comment for method "getTravellerFrequency" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 110
Missing Javadoc comment for method "setUserStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 114
Missing Javadoc comment for method "getUserStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 117
Missing Javadoc comment for method "setUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 121
Missing Javadoc comment for method "getUserid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 124
Missing Javadoc comment for method "addToFrequentTravellerDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 128
Missing Javadoc comment for method "removeFromFrequentTravellerDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 131
Missing Javadoc comment for method "getFrequentTravellerDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 134
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 140
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripTravelerDetails.java 144
Missing Javadoc comment for method "setToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripVehicleMap.java 21
Missing Javadoc comment for method "getToTripDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripVehicleMap.java 25
Missing Javadoc comment for method "setToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripVehicleMap.java 30
Missing Javadoc comment for method "getToVehicleDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _TripVehicleMap.java 34
Missing Javadoc comment for method "setAccCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 38
Missing Javadoc comment for method "getAccCreationTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 41
Missing Javadoc comment for method "setAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 45
Missing Javadoc comment for method "getAddress" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 48
Missing Javadoc comment for method "setAge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 52
Missing Javadoc comment for method "getAge" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 55
Missing Javadoc comment for method "setFirstname" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 59
Missing Javadoc comment for method "getFirstname" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 62
Missing Javadoc comment for method "setLastLoginTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 66
Missing Javadoc comment for method "getLastLoginTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 69
Missing Javadoc comment for method "setLastUpdateTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 73
Missing Javadoc comment for method "getLastUpdateTime" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 76
Missing Javadoc comment for method "setLastname" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 80
Missing Javadoc comment for method "getLastname" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 83
Missing Javadoc comment for method "setLoginName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 87
Missing Javadoc comment for method "getLoginName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 90
Missing Javadoc comment for method "setMailid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 94
Missing Javadoc comment for method "getMailid" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 97
Missing Javadoc comment for method "setPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 101
Missing Javadoc comment for method "getPassword" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 104
Missing Javadoc comment for method "setSecAnswer" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 108
Missing Javadoc comment for method "getSecAnswer" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 111
Missing Javadoc comment for method "setSecQuestion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 115
Missing Javadoc comment for method "getSecQuestion" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 118
Missing Javadoc comment for method "setSex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 122
Missing Javadoc comment for method "getSex" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 125
Missing Javadoc comment for method "setTimezone" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 129
Missing Javadoc comment for method "getTimezone" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 132
Missing Javadoc comment for method "addToUserPreferenceArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 136
Missing Javadoc comment for method "removeFromUserPreferenceArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 139
Missing Javadoc comment for method "getUserPreferenceArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 142
Missing Javadoc comment for method "addToVehicleArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 148
Missing Javadoc comment for method "removeFromVehicleArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 151
Missing Javadoc comment for method "getVehicleArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _User.java 154
Missing Javadoc comment for method "setToGeofence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserGeofenceMap.java 21
Missing Javadoc comment for method "getToGeofence" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserGeofenceMap.java 25
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserGeofenceMap.java 30
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserGeofenceMap.java 34
Missing Javadoc comment for method "setDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 23
Missing Javadoc comment for method "getDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 26
Missing Javadoc comment for method "setLandmark" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 30
Missing Javadoc comment for method "getLandmark" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 33
Missing Javadoc comment for method "setLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 37
Missing Javadoc comment for method "getLatitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 40
Missing Javadoc comment for method "setLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 44
Missing Javadoc comment for method "getLongitude" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 47
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 51
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserLandmarks.java 55
Missing Javadoc comment for method "setGeozoneLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 22
Missing Javadoc comment for method "getGeozoneLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 25
Missing Javadoc comment for method "setSpeedLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 29
Missing Javadoc comment for method "getSpeedLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 32
Missing Javadoc comment for method "setStopLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 36
Missing Javadoc comment for method "getStopLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 39
Missing Javadoc comment for method "setToUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 43
Missing Javadoc comment for method "getToUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreference.java 47
Missing Javadoc comment for method "setDestination" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 34
Missing Javadoc comment for method "getDestination" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 37
Missing Javadoc comment for method "setDestinationLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 41
Missing Javadoc comment for method "getDestinationLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 44
Missing Javadoc comment for method "setDistancePreferenceStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 48
Missing Javadoc comment for method "getDistancePreferenceStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 51
Missing Javadoc comment for method "setDrivingPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 55
Missing Javadoc comment for method "getDrivingPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 58
Missing Javadoc comment for method "setEmailAlert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 62
Missing Javadoc comment for method "getEmailAlert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 65
Missing Javadoc comment for method "setGenderPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 69
Missing Javadoc comment for method "getGenderPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 72
Missing Javadoc comment for method "setRoleType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 76
Missing Javadoc comment for method "getRoleType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 79
Missing Javadoc comment for method "setSearchPreferenceStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 83
Missing Javadoc comment for method "getSearchPreferenceStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 86
Missing Javadoc comment for method "setSmokingPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 90
Missing Javadoc comment for method "getSmokingPreference" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 93
Missing Javadoc comment for method "setSmsAlert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 97
Missing Javadoc comment for method "getSmsAlert" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 100
Missing Javadoc comment for method "setSourceLocation" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 104
Missing Javadoc comment for method "getSourceLocation" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 107
Missing Javadoc comment for method "setSpeedLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 111
Missing Javadoc comment for method "getSpeedLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 114
Missing Javadoc comment for method "setStartDistanceLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 118
Missing Javadoc comment for method "getStartDistanceLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 121
Missing Javadoc comment for method "setStopLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 125
Missing Javadoc comment for method "getStopLimit" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 128
Missing Javadoc comment for method "setTripFrequency" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 132
Missing Javadoc comment for method "getTripFrequency" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 135
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 139
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _UserPreferences.java 143
Missing Javadoc comment for method "setColor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 27
Missing Javadoc comment for method "getColor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 30
Missing Javadoc comment for method "setCompanyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 34
Missing Javadoc comment for method "getCompanyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 37
Missing Javadoc comment for method "setImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 41
Missing Javadoc comment for method "getImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 44
Missing Javadoc comment for method "setModel" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 48
Missing Javadoc comment for method "getModel" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 51
Missing Javadoc comment for method "setRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 55
Missing Javadoc comment for method "getRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 58
Missing Javadoc comment for method "setVehicleDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 62
Missing Javadoc comment for method "getVehicleDescription" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 65
Missing Javadoc comment for method "setToUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 69
Missing Javadoc comment for method "getToUser" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 73
Missing Javadoc comment for method "setToOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 76
Missing Javadoc comment for method "getToOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _Vehicle.java 80
Missing Javadoc comment for method "setAcStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 48
Missing Javadoc comment for method "getAcStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 51
Missing Javadoc comment for method "setAmFmStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 55
Missing Javadoc comment for method "getAmFmStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 58
Missing Javadoc comment for method "setCarMileage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 62
Missing Javadoc comment for method "getCarMileage" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 65
Missing Javadoc comment for method "setCarType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 69
Missing Javadoc comment for method "getCarType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 72
Missing Javadoc comment for method "setCdDvdStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 76
Missing Javadoc comment for method "getCdDvdStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 79
Missing Javadoc comment for method "setColor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 83
Missing Javadoc comment for method "getColor" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 86
Missing Javadoc comment for method "setCompanyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 90
Missing Javadoc comment for method "getCompanyName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 93
Missing Javadoc comment for method "setImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 97
Missing Javadoc comment for method "getImeiNumber" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 100
Missing Javadoc comment for method "setMusicStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 104
Missing Javadoc comment for method "getMusicStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 107
Missing Javadoc comment for method "setRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 111
Missing Javadoc comment for method "getRegNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 114
Missing Javadoc comment for method "setRunningStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 118
Missing Javadoc comment for method "getRunningStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 121
Missing Javadoc comment for method "setTotalSeats" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 125
Missing Javadoc comment for method "getTotalSeats" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 128
Missing Javadoc comment for method "setUseStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 132
Missing Javadoc comment for method "getUseStatus" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 135
Missing Javadoc comment for method "setVehicleName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 139
Missing Javadoc comment for method "getVehicleName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 142
Missing Javadoc comment for method "addToGeovehicleMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 146
Missing Javadoc comment for method "removeFromGeovehicleMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 149
Missing Javadoc comment for method "getGeovehicleMapArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 152
Missing Javadoc comment for method "setToDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 158
Missing Javadoc comment for method "getToDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 162
Missing Javadoc comment for method "setToOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 167
Missing Javadoc comment for method "getToOrganization" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 171
Missing Javadoc comment for method "setToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 176
Missing Javadoc comment for method "getToUserDetails" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 180
Missing Javadoc comment for method "setToVehicleGroup" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 185
Missing Javadoc comment for method "getToVehicleGroup" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 189
Missing Javadoc comment for method "addToTripDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 194
Missing Javadoc comment for method "removeFromTripDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleDetails.java 197
Missing Javadoc comment for method "setVehicleDesc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 24
Missing Javadoc comment for method "getVehicleDesc" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 27
Missing Javadoc comment for method "setVehicleGroupName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 31
Missing Javadoc comment for method "getVehicleGroupName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 34
Missing Javadoc comment for method "setVehiclePurpose" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 38
Missing Javadoc comment for method "getVehiclePurpose" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 41
Missing Javadoc comment for method "addToVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 45
Missing Javadoc comment for method "removeFromVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 48
Missing Javadoc comment for method "getVehicleDetailsArray" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium _VehicleGroup.java 51
Missing Javadoc comment for method "getConfigVal" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Configurations.java 17
Missing Javadoc comment for method "updateDevice" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 17
Missing Javadoc comment for method "findDeviceByMobileNo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 28
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Device.java 49
Missing Javadoc comment for method "TripNotFoundException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripNotFoundException.java 5
Missing Javadoc comment for method "VehicleNotFoundException" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleNotFoundException.java 5
Missing Javadoc comment for method "LMU4100Map" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 15
Missing Javadoc comment for method "getInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 17
Missing Javadoc comment for method "getDataContext" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 25
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 48
Missing Javadoc comment for method "getOrganizationId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium Organization.java 6
Missing Javadoc comment for method "getCategoryAndEvent" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium ReportRef.java 24
Missing Javadoc comment for method "LMU4100Map" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 9
Missing Javadoc comment for method "getInstance" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium LMU4100Map.java 11
Missing @return tag for getTripId Run the Javadoc Repair tool on this method to add the missing @return tag. Medium TripDetails.java 54
Missing @return tag for getTrip Run the Javadoc Repair tool on this method to add the missing @return tag. Medium TripDetails.java 60
Missing @param tag for mobileNumber in getTrip Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TripDetails.java 61
Missing @param tag for packetTime in getTrip Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TripDetails.java 61
Missing @param tag for ctxt in getTrip Run the Javadoc Repair tool on this method to add the missing @param tag. Medium TripDetails.java 61
Missing @throws tag for Exception in getTrip Run the Javadoc Repair tool on this method to add the missing @throws tag. Medium TripDetails.java 61
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripDetails.java 176
Missing Javadoc comment for method "saveToTripMsgParams" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripMsgParams.java 22
Missing Javadoc comment for method "getTripParamId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParameters.java 51
Missing Javadoc comment for method "getPacketType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParameters.java 57
Missing Javadoc comment for method "getUsrMsg" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParameters.java 61
Missing Javadoc comment for method "getTripData" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParameters.java 65
Missing Javadoc comment for method "getTrip" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParameters.java 81
Missing Javadoc comment for method "saveTripParameters" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium TripParameters.java 95
Missing Javadoc comment for method "getVehicleId" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleDetails.java 17
Missing Javadoc comment for method "getVehicleFromESN" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium VehicleDetails.java 23
Missing @return tag for createLMDirectLMHeader Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 42
Missing @return tag for createLMDirectLMHeaderParam Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 50
Missing @return tag for createLMDirectLMContentTypeParam Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 58
Missing @return tag for createLMDirect Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 66
Missing @return tag for createLMDirectOptionalHeaderParam Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 74
Missing @return tag for createLMDirectOptionalHeader Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 82
Missing @return tag for createLMDirectLMContentType Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 90
Missing @return tag for createLMDirectLMContent Run the Javadoc Repair tool on this method to add the missing @return tag. Medium ObjectFactory.java 98
Missing Javadoc comment for method "setSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 5
Missing Javadoc comment for method "getSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 6
Missing Javadoc comment for method "getOldSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 8
Missing Javadoc comment for method "setOldSize" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 9
Missing Javadoc comment for method "setParamValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 11
Missing Javadoc comment for method "getParamValue" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 12
Missing Javadoc comment for method "setPos" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 14
Missing Javadoc comment for method "getPos" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 15
Missing Javadoc comment for method "getOldPos" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 17
Missing Javadoc comment for method "setOldPos" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 18
Missing Javadoc comment for method "setType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 20
Missing Javadoc comment for method "getType" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 22
Missing Javadoc comment for method "setName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 23
Missing Javadoc comment for method "getName" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium paramItem.java 25
Missing Javadoc comment for method "main" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JarRsrcLoader.java 29
Missing Javadoc comment for method "getManifestInfo" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JarRsrcLoader.java 48
Missing Javadoc comment for method "JIJConstants" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium JIJConstants.java 7
Missing Javadoc comment for method "RsrcURLConnection" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RsrcURLConnection.java 10
Missing Javadoc comment for method "connect" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RsrcURLConnection.java 16
Missing Javadoc comment for method "getInputStream" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RsrcURLConnection.java 21
Missing Javadoc comment for method "RsrcURLStreamHandler" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RsrcURLStreamHandler.java 12
Missing Javadoc comment for method "openConnection" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RsrcURLStreamHandler.java 17
Missing Javadoc comment for method "parseURL" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RsrcURLStreamHandler.java 23
Missing Javadoc comment for method "RsrcURLStreamHandlerFactory" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RsrcURLStreamHandlerFactory.java 13
Missing Javadoc comment for method "createURLStreamHandler" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RsrcURLStreamHandlerFactory.java 18
Missing Javadoc comment for method "setURLStreamHandlerFactory" Run the Javadoc Repair tool on this method to add missing method Javadoc. Medium RsrcURLStreamHandlerFactory.java 28
 
Violation Recommendation Severity Resolved Resource Line
Expression needs parentheses Enclose the expression in parentheses. Medium DriftMasker.java 58
Expression needs parentheses Enclose the expression in parentheses. Medium DriftMasker.java 91
Expression needs parentheses Enclose the expression in parentheses. Medium DriftMasker.java 91
Expression needs parentheses Enclose the expression in parentheses. Medium ExpressionDecoder.java 50
Expression needs parentheses Enclose the expression in parentheses. Medium ExpressionDecoder.java 50
Expression needs parentheses Enclose the expression in parentheses. Medium PacketDataFetcher.java 60
Expression needs parentheses Enclose the expression in parentheses. Medium PacketDataFetcher.java 60
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 26
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 27
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 27
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 29
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 29
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 31
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 31
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 33
Expression needs parentheses Enclose the expression in parentheses. Medium Base16Encoder.java 33
Expression needs parentheses Enclose the expression in parentheses. Medium ConsumerThread.java 54
Expression needs parentheses Enclose the expression in parentheses. Medium ConsumerThread.java 116
Expression needs parentheses Enclose the expression in parentheses. Medium DBManager.java 74
Expression needs parentheses Enclose the expression in parentheses. Medium DBManager.java 74
Expression needs parentheses Enclose the expression in parentheses. Medium DBManager.java 74
Expression needs parentheses Enclose the expression in parentheses. Medium DBManager.java 74
Expression needs parentheses Enclose the expression in parentheses. Medium DBManager.java 74
Expression needs parentheses Enclose the expression in parentheses. Medium DBManager.java 86
Expression needs parentheses Enclose the expression in parentheses. Medium LMUUtils.java 67
Expression needs parentheses Enclose the expression in parentheses. Medium PacketConsumer.java 129
Expression needs parentheses Enclose the expression in parentheses. Medium PacketProducer.java 106
Expression needs parentheses Enclose the expression in parentheses. Medium PacketProducer.java 106
Expression needs parentheses Enclose the expression in parentheses. Medium PacketProducer.java 111
Expression needs parentheses Enclose the expression in parentheses. Medium PacketProducer.java 111
Expression needs parentheses Enclose the expression in parentheses. Medium QueueAllocator.java 69
Expression needs parentheses Enclose the expression in parentheses. Medium QueueAllocator.java 69
Expression needs parentheses Enclose the expression in parentheses. Medium QueueAllocator.java 75
Expression needs parentheses Enclose the expression in parentheses. Medium QueueAllocator.java 75
Expression needs parentheses Enclose the expression in parentheses. Medium sendMessage.java 46
Expression needs parentheses Enclose the expression in parentheses. Medium sendMessage.java 46
Expression needs parentheses Enclose the expression in parentheses. Medium sendMessage.java 126
Expression needs parentheses Enclose the expression in parentheses. Medium UDPClient.java 166
Expression needs parentheses Enclose the expression in parentheses. Medium Organization.java 7
Expression needs parentheses Enclose the expression in parentheses. Medium TripDetails.java 56
Expression needs parentheses Enclose the expression in parentheses. Medium TripDetails.java 112
Expression needs parentheses Enclose the expression in parentheses. Medium TripDetails.java 136
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 52
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 131
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 131
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 174
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 323
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 323
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 338
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 338
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 354
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 364
Expression needs parentheses Enclose the expression in parentheses. Medium TripParameters.java 365
Expression needs parentheses Enclose the expression in parentheses. Medium VehicleDetails.java 18
 
Violation Recommendation Severity Resolved Resource Line
Missing Javadoc comment for type CategoryReader Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium CategoryReader.java 27
Missing Javadoc comment for type CorrectorVO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium CorrectorVO.java 3
Missing Javadoc comment for type DirectParamEvaluator Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DirectParamEvaluator.java 18
Missing Javadoc comment for type DriftMasker Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DriftMasker.java 25
Missing Javadoc comment for type ExpReader Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ExpReader.java 27
Missing Javadoc comment for type ExpressionDecoder Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ExpressionDecoder.java 21
Missing Javadoc comment for type ExpressionHandler Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ExpressionHandler.java 18
Missing Javadoc comment for type IPacketObserver Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium IPacketObserver.java 10
Missing Javadoc comment for type RuleVO Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium RuleVO.java 11
Missing Javadoc comment for type ValidatorDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ValidatorDetails.java 10
Missing Javadoc comment for type ValidatorReader Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ValidatorReader.java 30
Missing Javadoc comment for type GpsWebserviceClient Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GpsWebserviceClient.java 26
Missing @author tag for type MobileAlert Run the Javadoc Repair tool on this type to add the missing @author tag. Medium MobileAlert.java 11
Missing @version tag for type MobileAlert Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MobileAlert.java 11
Missing @author tag for type MobileAlertMessage Run the Javadoc Repair tool on this type to add the missing @author tag. Medium MobileAlertMessage.java 11
Missing @version tag for type MobileAlertMessage Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MobileAlertMessage.java 11
Missing @author tag for type MobileAlertMessageResponse Run the Javadoc Repair tool on this type to add the missing @author tag. Medium MobileAlertMessageResponse.java 10
Missing @version tag for type MobileAlertMessageResponse Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MobileAlertMessageResponse.java 10
Missing @author tag for type MobileAlertResponse Run the Javadoc Repair tool on this type to add the missing @author tag. Medium MobileAlertResponse.java 10
Missing @version tag for type MobileAlertResponse Run the Javadoc Repair tool on this type to add the missing @version tag. Medium MobileAlertResponse.java 10
Missing @author tag for type ObjectFactory Run the Javadoc Repair tool on this type to add the missing @author tag. Medium ObjectFactory.java 7
Missing @version tag for type ObjectFactory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ObjectFactory.java 7
Missing @author tag for type PointInPolygon Run the Javadoc Repair tool on this type to add the missing @author tag. Medium PointInPolygon.java 13
Missing @version tag for type PointInPolygon Run the Javadoc Repair tool on this type to add the missing @version tag. Medium PointInPolygon.java 13
Missing @author tag for type PointInPolygonResponse Run the Javadoc Repair tool on this type to add the missing @author tag. Medium PointInPolygonResponse.java 10
Missing @version tag for type PointInPolygonResponse Run the Javadoc Repair tool on this type to add the missing @version tag. Medium PointInPolygonResponse.java 10
Missing @author tag for type PolygonRegion Run the Javadoc Repair tool on this type to add the missing @author tag. Medium PolygonRegion.java 16
Missing @version tag for type PolygonRegion Run the Javadoc Repair tool on this type to add the missing @version tag. Medium PolygonRegion.java 16
Missing @author tag for type PolygonRegion_Service Run the Javadoc Repair tool on this type to add the missing @author tag. Medium PolygonRegion_Service.java 17
Missing @version tag for type PolygonRegion_Service Run the Javadoc Repair tool on this type to add the missing @version tag. Medium PolygonRegion_Service.java 17
Missing @author tag for type UpdateRfidHistory Run the Javadoc Repair tool on this type to add the missing @author tag. Medium UpdateRfidHistory.java 13
Missing @version tag for type UpdateRfidHistory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium UpdateRfidHistory.java 13
Missing @author tag for type UpdateRfidHistoryResponse Run the Javadoc Repair tool on this type to add the missing @author tag. Medium UpdateRfidHistoryResponse.java 10
Missing @version tag for type UpdateRfidHistoryResponse Run the Javadoc Repair tool on this type to add the missing @version tag. Medium UpdateRfidHistoryResponse.java 10
Missing @author tag for type WhetherInterested Run the Javadoc Repair tool on this type to add the missing @author tag. Medium WhetherInterested.java 13
Missing @version tag for type WhetherInterested Run the Javadoc Repair tool on this type to add the missing @version tag. Medium WhetherInterested.java 13
Missing @author tag for type WhetherInterestedResponse Run the Javadoc Repair tool on this type to add the missing @author tag. Medium WhetherInterestedResponse.java 10
Missing @version tag for type WhetherInterestedResponse Run the Javadoc Repair tool on this type to add the missing @version tag. Medium WhetherInterestedResponse.java 10
Missing @author tag for type ConfigReader Run the Javadoc Repair tool on this type to add the missing @author tag. Medium ConfigReader.java 10
Missing @version tag for type ConfigReader Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ConfigReader.java 10
Missing Javadoc comment for type FileUtilities Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FileUtilities.java 29
Missing Javadoc comment for type LoggerStackTraceUtil Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LoggerStackTraceUtil.java 9
Missing Javadoc comment for type LogHandler Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LogHandler.java 11
Missing Javadoc comment for type PacketDataFetcher Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium PacketDataFetcher.java 30
Missing Javadoc comment for type ParamUtils Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ParamUtils.java 19
Missing @author tag for type ValidatorFactory Run the Javadoc Repair tool on this type to add the missing @author tag. Medium ValidatorFactory.java 7
Missing @version tag for type ValidatorFactory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ValidatorFactory.java 7
Missing Javadoc comment for type AlertManager Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium AlertManager.java 17
Missing Javadoc comment for type AsyncCaller Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium AsyncCaller.java 29
Missing Javadoc comment for type Base16Encoder Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Base16Encoder.java 2
Missing Javadoc comment for type ClientCommunicator Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ClientCommunicator.java 19
Missing Javadoc comment for type CommonClass Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium CommonClass.java 7
Missing Javadoc comment for type configReader Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium configReader.java 12
Missing Javadoc comment for type ConsumerThread Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ConsumerThread.java 16
Missing Javadoc comment for type DBManager Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium DBManager.java 20
Missing Javadoc comment for type LMMessage Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LMMessage.java 2
Missing Javadoc comment for type LMUUtils Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LMUUtils.java 35
Missing Javadoc comment for type mandatoryItems Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium mandatoryItems.java 2
Missing Javadoc comment for type MyLogger Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium MyLogger.java 6
Missing Javadoc comment for type PacketConsumer Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium PacketConsumer.java 37
Missing Javadoc comment for type packetHandler Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium packetHandler.java 17
Missing Javadoc comment for type PacketProducer Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium PacketProducer.java 29
Missing Javadoc comment for type ProrpertiesManager Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ProrpertiesManager.java 7
Missing Javadoc comment for type QueueAllocator Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium QueueAllocator.java 19
Missing Javadoc comment for type recieveThread Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium recieveThread.java 47
Missing Javadoc comment for type sendMessage Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium sendMessage.java 21
Missing Javadoc comment for type TestClient Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TestClient.java 15
Missing Javadoc comment for type TimerTask1 Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TimerTask1.java 11
Missing Javadoc comment for type UDPClient Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UDPClient.java 16
Missing Javadoc comment for type UDPServer Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UDPServer.java 8
Missing Javadoc comment for type UDPServerHandler Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UDPServerHandler.java 19
Missing Javadoc comment for type UDPServerMINA Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UDPServerMINA.java 48
Missing Javadoc comment for type Accounts Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Accounts.java 5
Missing Javadoc comment for type AccumulatorRef Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium AccumulatorRef.java 15
Missing @author tag for type _Accounts Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Accounts.java 5
Missing @version tag for type _Accounts Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Accounts.java 5
Missing Javadoc comment for type _AccumulatorRef Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium _AccumulatorRef.java 5
Missing @author tag for type _CharityBarometer Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _CharityBarometer.java 7
Missing @version tag for type _CharityBarometer Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _CharityBarometer.java 7
Missing Javadoc comment for type _Configurations Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium _Configurations.java 5
Missing @author tag for type _Device Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Device.java 10
Missing @version tag for type _Device Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Device.java 10
Missing @author tag for type _Feedback Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Feedback.java 10
Missing @version tag for type _Feedback Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Feedback.java 10
Missing @author tag for type _FenceHistory Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _FenceHistory.java 9
Missing @version tag for type _FenceHistory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _FenceHistory.java 9
Missing @author tag for type _FrequentTravellerDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _FrequentTravellerDetails.java 7
Missing @version tag for type _FrequentTravellerDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _FrequentTravellerDetails.java 7
Missing @author tag for type _FrequentTripDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _FrequentTripDetails.java 7
Missing @version tag for type _FrequentTripDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _FrequentTripDetails.java 7
Missing @author tag for type _Geofence Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Geofence.java 12
Missing @version tag for type _Geofence Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Geofence.java 12
Missing @author tag for type _GeovehicleMap Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _GeovehicleMap.java 10
Missing @version tag for type _GeovehicleMap Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _GeovehicleMap.java 10
Missing @author tag for type _Inbox Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Inbox.java 9
Missing @version tag for type _Inbox Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Inbox.java 9
Missing @author tag for type _LMU4100Map Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _LMU4100Map.java 5
Missing @version tag for type _LMU4100Map Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _LMU4100Map.java 5
Missing @author tag for type _Notification Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Notification.java 6
Missing @version tag for type _Notification Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Notification.java 6
Missing @author tag for type _Organization Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Organization.java 10
Missing @version tag for type _Organization Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Organization.java 10
Missing @author tag for type _PickupPoints Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _PickupPoints.java 7
Missing @version tag for type _PickupPoints Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _PickupPoints.java 7
Missing Javadoc comment for type _ReportRef Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium _ReportRef.java 12
Missing @author tag for type _SavingStatus Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _SavingStatus.java 9
Missing @version tag for type _SavingStatus Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _SavingStatus.java 9
Missing @author tag for type _Speedparameter Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Speedparameter.java 7
Missing @version tag for type _Speedparameter Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Speedparameter.java 7
Missing @author tag for type _TripDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripDetails.java 19
Missing @version tag for type _TripDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripDetails.java 19
Missing @author tag for type _TripMsgParams Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripMsgParams.java 7
Missing @version tag for type _TripMsgParams Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripMsgParams.java 7
Missing @author tag for type _TripParameters Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripParameters.java 14
Missing @version tag for type _TripParameters Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripParameters.java 14
Missing @author tag for type _TripPreference Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripPreference.java 5
Missing @version tag for type _TripPreference Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripPreference.java 5
Missing @author tag for type _TripScraps Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripScraps.java 7
Missing @version tag for type _TripScraps Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripScraps.java 7
Missing @author tag for type _TripTravelerDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripTravelerDetails.java 11
Missing @version tag for type _TripTravelerDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripTravelerDetails.java 11
Missing @author tag for type _TripVehicleMap Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _TripVehicleMap.java 8
Missing @version tag for type _TripVehicleMap Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _TripVehicleMap.java 8
Missing @author tag for type _User Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _User.java 11
Missing @version tag for type _User Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _User.java 11
Missing @author tag for type _UserDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _UserDetails.java 21
Missing @version tag for type _UserDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _UserDetails.java 21
Missing @author tag for type _UserGeofenceMap Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _UserGeofenceMap.java 8
Missing @version tag for type _UserGeofenceMap Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _UserGeofenceMap.java 8
Missing @author tag for type _UserLandmarks Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _UserLandmarks.java 7
Missing @version tag for type _UserLandmarks Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _UserLandmarks.java 7
Missing @author tag for type _UserPreference Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _UserPreference.java 7
Missing @version tag for type _UserPreference Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _UserPreference.java 7
Missing @author tag for type _UserPreferences Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _UserPreferences.java 7
Missing @version tag for type _UserPreferences Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _UserPreferences.java 7
Missing @author tag for type _Vehicle Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _Vehicle.java 9
Missing @version tag for type _Vehicle Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _Vehicle.java 9
Missing @author tag for type _VehicleDetails Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _VehicleDetails.java 15
Missing @version tag for type _VehicleDetails Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _VehicleDetails.java 15
Missing @author tag for type _VehicleGroup Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _VehicleGroup.java 9
Missing @version tag for type _VehicleGroup Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _VehicleGroup.java 9
Missing Javadoc comment for type CharityBarometer Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium CharityBarometer.java 5
Missing Javadoc comment for type Configurations Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Configurations.java 14
Missing Javadoc comment for type Device Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Device.java 14
Missing Javadoc comment for type TripNotFoundException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripNotFoundException.java 3
Missing Javadoc comment for type VehicleNotFoundException Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleNotFoundException.java 3
Missing Javadoc comment for type Feedback Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Feedback.java 5
Missing Javadoc comment for type FenceHistory Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FenceHistory.java 5
Missing Javadoc comment for type FrequentTravellerDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FrequentTravellerDetails.java 5
Missing Javadoc comment for type FrequentTripDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium FrequentTripDetails.java 5
Missing Javadoc comment for type Geofence Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Geofence.java 5
Missing Javadoc comment for type GeovehicleMap Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium GeovehicleMap.java 5
Missing Javadoc comment for type Inbox Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Inbox.java 5
Missing Javadoc comment for type LMU4100Map Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LMU4100Map.java 9
Missing Javadoc comment for type Notification Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Notification.java 5
Missing Javadoc comment for type Organization Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Organization.java 5
Missing Javadoc comment for type PickupPoints Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium PickupPoints.java 5
Missing Javadoc comment for type ReportRef Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium ReportRef.java 21
Missing @author tag for type _LMU4100Map Run the Javadoc Repair tool on this type to add the missing @author tag. Medium _LMU4100Map.java 5
Missing @version tag for type _LMU4100Map Run the Javadoc Repair tool on this type to add the missing @version tag. Medium _LMU4100Map.java 5
Missing Javadoc comment for type LMU4100Map Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium LMU4100Map.java 5
Missing Javadoc comment for type SavingStatus Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium SavingStatus.java 5
Missing Javadoc comment for type Speedparameter Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Speedparameter.java 5
Missing Javadoc comment for type TripDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripDetails.java 23
Missing Javadoc comment for type TripMsgParams Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripMsgParams.java 20
Missing Javadoc comment for type TripParameters Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripParameters.java 40
Missing Javadoc comment for type TripPreference Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripPreference.java 5
Missing Javadoc comment for type TripScraps Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripScraps.java 5
Missing Javadoc comment for type TripTravelerDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripTravelerDetails.java 5
Missing Javadoc comment for type TripVehicleMap Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium TripVehicleMap.java 5
Missing Javadoc comment for type User Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium User.java 5
Missing Javadoc comment for type UserDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserDetails.java 5
Missing Javadoc comment for type UserGeofenceMap Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserGeofenceMap.java 5
Missing Javadoc comment for type UserLandmarks Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserLandmarks.java 5
Missing Javadoc comment for type UserPreference Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserPreference.java 5
Missing Javadoc comment for type UserPreferences Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium UserPreferences.java 5
Missing Javadoc comment for type Vehicle Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium Vehicle.java 5
Missing Javadoc comment for type VehicleDetails Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleDetails.java 13
Missing Javadoc comment for type VehicleGroup Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium VehicleGroup.java 5
Missing @author tag for type ObjectFactory Run the Javadoc Repair tool on this type to add the missing @author tag. Medium ObjectFactory.java 14
Missing @version tag for type ObjectFactory Run the Javadoc Repair tool on this type to add the missing @version tag. Medium ObjectFactory.java 14
Missing Javadoc comment for type paramItem Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium paramItem.java 3
Missing @author tag for type JarRsrcLoader Run the Javadoc Repair tool on this type to add the missing @author tag. Medium JarRsrcLoader.java 16
Missing @version tag for type JarRsrcLoader Run the Javadoc Repair tool on this type to add the missing @version tag. Medium JarRsrcLoader.java 16
Missing Javadoc comment for type ManifestInfo Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium JarRsrcLoader.java 24
Missing Javadoc comment for type JIJConstants Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium JIJConstants.java 4
Missing Javadoc comment for type RsrcURLConnection Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium RsrcURLConnection.java 7
Missing Javadoc comment for type RsrcURLStreamHandler Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium RsrcURLStreamHandler.java 9
Missing Javadoc comment for type RsrcURLStreamHandlerFactory Run the Javadoc Repair tool on this type to add missing type Javadoc. Medium RsrcURLStreamHandlerFactory.java 9
 
Violation Recommendation Severity Resolved Resource Line
Missing default constructor Declare a default constructor for the class. Medium ExpressionDecoder.java 21
Missing default constructor Declare a default constructor for the class. Medium ClientCommunicator.java 19
Missing default constructor Declare a default constructor for the class. Medium ConsumerThread.java 16
Missing default constructor Declare a default constructor for the class. Medium MyLogger.java 6
Missing default constructor Declare a default constructor for the class. Medium QueueAllocator.java 19
Missing default constructor Declare a default constructor for the class. Medium TimerTask1.java 11
Missing default constructor Declare a default constructor for the class. Medium UDPClient.java 16
Missing default constructor Declare a default constructor for the class. Medium UDPServerHandler.java 19
Missing default constructor Declare a default constructor for the class. Medium UDPServerMINA.java 48
Missing default constructor Declare a default constructor for the class. Medium TripNotFoundException.java 3
Missing default constructor Declare a default constructor for the class. Medium VehicleNotFoundException.java 3
Missing default constructor Declare a default constructor for the class. Medium RsrcURLConnection.java 7
Missing default constructor Declare a default constructor for the class. Medium RsrcURLStreamHandler.java 9
Missing default constructor Declare a default constructor for the class. Medium RsrcURLStreamHandlerFactory.java 9
 
Violation Recommendation Severity Resolved Resource Line
Missing update in for statement Add an updated clause to the for statement or consider replacing it with a while statement. Medium AlertManager.java 79
 
Violation Recommendation Severity Resolved Resource Line
"CategoryReader" does not override clone() Override clone(). Medium CategoryReader.java 27
"CorrectorVO" does not override clone() Override clone(). Medium CorrectorVO.java 3
"DirectParamEvaluator" does not override clone() Override clone(). Medium DirectParamEvaluator.java 18
"DriftMasker" does not override clone() Override clone(). Medium DriftMasker.java 25
"ExpReader" does not override clone() Override clone(). Medium ExpReader.java 27
"ExpressionDecoder" does not override clone() Override clone(). Medium ExpressionDecoder.java 21
"ExpressionHandler" does not override clone() Override clone(). Medium ExpressionHandler.java 18
"RuleVO" does not override clone() Override clone(). Medium RuleVO.java 11
"ValidatorDetails" does not override clone() Override clone(). Medium ValidatorDetails.java 10
"ValidatorReader" does not override clone() Override clone(). Medium ValidatorReader.java 30
"GpsWebserviceClient" does not override clone() Override clone(). Medium GpsWebserviceClient.java 26
"MobileAlert" does not override clone() Override clone(). Medium MobileAlert.java 49
"MobileAlertMessage" does not override clone() Override clone(). Medium MobileAlertMessage.java 41
"MobileAlertMessageResponse" does not override clone() Override clone(). Medium MobileAlertMessageResponse.java 34
"MobileAlertResponse" does not override clone() Override clone(). Medium MobileAlertResponse.java 34
"ObjectFactory" does not override clone() Override clone(). Medium ObjectFactory.java 22
"PointInPolygon" does not override clone() Override clone(). Medium PointInPolygon.java 43
"PointInPolygonResponse" does not override clone() Override clone(). Medium PointInPolygonResponse.java 34
"PolygonRegion_Service" does not override clone() Override clone(). Medium PolygonRegion_Service.java 24
"UpdateRfidHistory" does not override clone() Override clone(). Medium UpdateRfidHistory.java 45
"UpdateRfidHistoryResponse" does not override clone() Override clone(). Medium UpdateRfidHistoryResponse.java 31
"WhetherInterested" does not override clone() Override clone(). Medium WhetherInterested.java 43
"WhetherInterestedResponse" does not override clone() Override clone(). Medium WhetherInterestedResponse.java 34
"FileUtilities" does not override clone() Override clone(). Medium FileUtilities.java 29
"LoggerStackTraceUtil" does not override clone() Override clone(). Medium LoggerStackTraceUtil.java 9
"LogHandler" does not override clone() Override clone(). Medium LogHandler.java 11
"PacketDataFetcher" does not override clone() Override clone(). Medium PacketDataFetcher.java 30
"ParamUtils" does not override clone() Override clone(). Medium ParamUtils.java 19
"ValidatorFactory" does not override clone() Override clone(). Medium ValidatorFactory.java 15
"AlertManager" does not override clone() Override clone(). Medium AlertManager.java 17
"AsyncCaller" does not override clone() Override clone(). Medium AsyncCaller.java 29
"Base16Encoder" does not override clone() Override clone(). Medium Base16Encoder.java 2
"ClientCommunicator" does not override clone() Override clone(). Medium ClientCommunicator.java 19
"CommonClass" does not override clone() Override clone(). Medium CommonClass.java 7
"configReader" does not override clone() Override clone(). Medium configReader.java 12
"ConsumerThread" does not override clone() Override clone(). Medium ConsumerThread.java 16
"DBManager" does not override clone() Override clone(). Medium DBManager.java 20
"LMMessage" does not override clone() Override clone(). Medium LMMessage.java 2
"LMUUtils" does not override clone() Override clone(). Medium LMUUtils.java 35
"mandatoryItems" does not override clone() Override clone(). Medium mandatoryItems.java 2
"MyLogger" does not override clone() Override clone(). Medium MyLogger.java 6
"PacketConsumer" does not override clone() Override clone(). Medium PacketConsumer.java 37
"packetHandler" does not override clone() Override clone(). Medium packetHandler.java 17
"PacketProducer" does not override clone() Override clone(). Medium PacketProducer.java 29
"ProrpertiesManager" does not override clone() Override clone(). Medium ProrpertiesManager.java 7
"QueueAllocator" does not override clone() Override clone(). Medium QueueAllocator.java 19
"recieveThread" does not override clone() Override clone(). Medium recieveThread.java 47
"sendMessage" does not override clone() Override clone(). Medium sendMessage.java 21
"TestClient" does not override clone() Override clone(). Medium TestClient.java 15
"TimerTask1" does not override clone() Override clone(). Medium TimerTask1.java 11
"UDPClient" does not override clone() Override clone(). Medium UDPClient.java 16
"UDPServer" does not override clone() Override clone(). Medium UDPServer.java 8
"UDPServerHandler" does not override clone() Override clone(). Medium UDPServerHandler.java 19
"UDPServerMINA" does not override clone() Override clone(). Medium UDPServerMINA.java 48
"Accounts" does not override clone() Override clone(). Medium Accounts.java 5
"AccumulatorRef" does not override clone() Override clone(). Medium AccumulatorRef.java 15
"_Accounts" does not override clone() Override clone(). Medium _Accounts.java 11
"_AccumulatorRef" does not override clone() Override clone(). Medium _AccumulatorRef.java 5
"_CharityBarometer" does not override clone() Override clone(). Medium _CharityBarometer.java 13
"_Configurations" does not override clone() Override clone(). Medium _Configurations.java 5
"_Device" does not override clone() Override clone(). Medium _Device.java 16
"_Feedback" does not override clone() Override clone(). Medium _Feedback.java 16
"_FenceHistory" does not override clone() Override clone(). Medium _FenceHistory.java 15
"_FrequentTravellerDetails" does not override clone() Override clone(). Medium _FrequentTravellerDetails.java 13
"_FrequentTripDetails" does not override clone() Override clone(). Medium _FrequentTripDetails.java 13
"_Geofence" does not override clone() Override clone(). Medium _Geofence.java 18
"_GeovehicleMap" does not override clone() Override clone(). Medium _GeovehicleMap.java 16
"_Inbox" does not override clone() Override clone(). Medium _Inbox.java 15
"_LMU4100Map" does not override clone() Override clone(). Medium _LMU4100Map.java 11
"_Notification" does not override clone() Override clone(). Medium _Notification.java 12
"_Organization" does not override clone() Override clone(). Medium _Organization.java 16
"_PickupPoints" does not override clone() Override clone(). Medium _PickupPoints.java 13
"_ReportRef" does not override clone() Override clone(). Medium _ReportRef.java 12
"_SavingStatus" does not override clone() Override clone(). Medium _SavingStatus.java 15
"_Speedparameter" does not override clone() Override clone(). Medium _Speedparameter.java 13
"_TripDetails" does not override clone() Override clone(). Medium _TripDetails.java 25
"_TripMsgParams" does not override clone() Override clone(). Medium _TripMsgParams.java 13
"_TripParameters" does not override clone() Override clone(). Medium _TripParameters.java 20
"_TripPreference" does not override clone() Override clone(). Medium _TripPreference.java 11
"_TripScraps" does not override clone() Override clone(). Medium _TripScraps.java 13
"_TripTravelerDetails" does not override clone() Override clone(). Medium _TripTravelerDetails.java 17
"_TripVehicleMap" does not override clone() Override clone(). Medium _TripVehicleMap.java 14
"_User" does not override clone() Override clone(). Medium _User.java 17
"_UserDetails" does not override clone() Override clone(). Medium _UserDetails.java 27
"_UserGeofenceMap" does not override clone() Override clone(). Medium _UserGeofenceMap.java 14
"_UserLandmarks" does not override clone() Override clone(). Medium _UserLandmarks.java 13
"_UserPreference" does not override clone() Override clone(). Medium _UserPreference.java 13
"_UserPreferences" does not override clone() Override clone(). Medium _UserPreferences.java 13
"_Vehicle" does not override clone() Override clone(). Medium _Vehicle.java 15
"_VehicleDetails" does not override clone() Override clone(). Medium _VehicleDetails.java 21
"_VehicleGroup" does not override clone() Override clone(). Medium _VehicleGroup.java 15
"CharityBarometer" does not override clone() Override clone(). Medium CharityBarometer.java 5
"Configurations" does not override clone() Override clone(). Medium Configurations.java 14
"Device" does not override clone() Override clone(). Medium Device.java 14
"TripNotFoundException" does not override clone() Override clone(). Medium TripNotFoundException.java 3
"VehicleNotFoundException" does not override clone() Override clone(). Medium VehicleNotFoundException.java 3
"Feedback" does not override clone() Override clone(). Medium Feedback.java 5
"FenceHistory" does not override clone() Override clone(). Medium FenceHistory.java 5
"FrequentTravellerDetails" does not override clone() Override clone(). Medium FrequentTravellerDetails.java 5
"FrequentTripDetails" does not override clone() Override clone(). Medium FrequentTripDetails.java 5
"Geofence" does not override clone() Override clone(). Medium Geofence.java 5
"GeovehicleMap" does not override clone() Override clone(). Medium GeovehicleMap.java 5
"Inbox" does not override clone() Override clone(). Medium Inbox.java 5
"LMU4100Map" does not override clone() Override clone(). Medium LMU4100Map.java 9
"Notification" does not override clone() Override clone(). Medium Notification.java 5
"Organization" does not override clone() Override clone(). Medium Organization.java 5
"PickupPoints" does not override clone() Override clone(). Medium PickupPoints.java 5
"ReportRef" does not override clone() Override clone(). Medium ReportRef.java 21
"_LMU4100Map" does not override clone() Override clone(). Medium _LMU4100Map.java 11
"LMU4100Map" does not override clone() Override clone(). Medium LMU4100Map.java 5
"SavingStatus" does not override clone() Override clone(). Medium SavingStatus.java 5
"Speedparameter" does not override clone() Override clone(). Medium Speedparameter.java 5
"TripDetails" does not override clone() Override clone(). Medium TripDetails.java 23
"TripMsgParams" does not override clone() Override clone(). Medium TripMsgParams.java 20
"TripParameters" does not override clone() Override clone(). Medium TripParameters.java 40
"TripPreference" does not override clone() Override clone(). Medium TripPreference.java 5
"TripScraps" does not override clone() Override clone(). Medium TripScraps.java 5
"TripTravelerDetails" does not override clone() Override clone(). Medium TripTravelerDetails.java 5
"TripVehicleMap" does not override clone() Override clone(). Medium TripVehicleMap.java 5
"User" does not override clone() Override clone(). Medium User.java 5
"UserDetails" does not override clone() Override clone(). Medium UserDetails.java 5
"UserGeofenceMap" does not override clone() Override clone(). Medium UserGeofenceMap.java 5
"UserLandmarks" does not override clone() Override clone(). Medium UserLandmarks.java 5
"UserPreference" does not override clone() Override clone(). Medium UserPreference.java 5
"UserPreferences" does not override clone() Override clone(). Medium UserPreferences.java 5
"Vehicle" does not override clone() Override clone(). Medium Vehicle.java 5
"VehicleDetails" does not override clone() Override clone(). Medium VehicleDetails.java 13
"VehicleGroup" does not override clone() Override clone(). Medium VehicleGroup.java 5
"ObjectFactory" does not override clone() Override clone(). Medium ObjectFactory.java 29
"JarRsrcLoader" does not override clone() Override clone(). Medium JarRsrcLoader.java 22
"ManifestInfo" does not override clone() Override clone(). Medium JarRsrcLoader.java 24
"RsrcURLConnection" does not override clone() Override clone(). Medium RsrcURLConnection.java 7
"RsrcURLStreamHandler" does not override clone() Override clone(). Medium RsrcURLStreamHandler.java 9
"RsrcURLStreamHandlerFactory" does not override clone() Override clone(). Medium RsrcURLStreamHandlerFactory.java 9
 
Violation Recommendation Severity Resolved Resource Line
toString() is missing Add toString to CategoryReader. Medium CategoryReader.java 27
toString() is missing Add toString to CorrectorVO. Medium CorrectorVO.java 3
toString() is missing Add toString to DirectParamEvaluator. Medium DirectParamEvaluator.java 18
toString() is missing Add toString to DriftMasker. Medium DriftMasker.java 25
toString() is missing Add toString to ExpReader. Medium ExpReader.java 27
toString() is missing Add toString to ExpressionDecoder. Medium ExpressionDecoder.java 21
toString() is missing Add toString to ExpressionHandler. Medium ExpressionHandler.java 18
toString() is missing Add toString to RuleVO. Medium RuleVO.java 11
toString() is missing Add toString to ValidatorDetails. Medium ValidatorDetails.java 10
toString() is missing Add toString to ValidatorReader. Medium ValidatorReader.java 30
toString() is missing Add toString to GpsWebserviceClient. Medium GpsWebserviceClient.java 26
toString() is missing Add toString to MobileAlert. Medium MobileAlert.java 49
toString() is missing Add toString to MobileAlertMessage. Medium MobileAlertMessage.java 41
toString() is missing Add toString to MobileAlertMessageResponse. Medium MobileAlertMessageResponse.java 34
toString() is missing Add toString to MobileAlertResponse. Medium MobileAlertResponse.java 34
toString() is missing Add toString to ObjectFactory. Medium ObjectFactory.java 22
toString() is missing Add toString to PointInPolygon. Medium PointInPolygon.java 43
toString() is missing Add toString to PointInPolygonResponse. Medium PointInPolygonResponse.java 34
toString() is missing Add toString to PolygonRegion_Service. Medium PolygonRegion_Service.java 24
toString() is missing Add toString to UpdateRfidHistory. Medium UpdateRfidHistory.java 45
toString() is missing Add toString to UpdateRfidHistoryResponse. Medium UpdateRfidHistoryResponse.java 31
toString() is missing Add toString to WhetherInterested. Medium WhetherInterested.java 43
toString() is missing Add toString to WhetherInterestedResponse. Medium WhetherInterestedResponse.java 34
toString() is missing Add toString to FileUtilities. Medium FileUtilities.java 29
toString() is missing Add toString to LoggerStackTraceUtil. Medium LoggerStackTraceUtil.java 9
toString() is missing Add toString to LogHandler. Medium LogHandler.java 11
toString() is missing Add toString to PacketDataFetcher. Medium PacketDataFetcher.java 30
toString() is missing Add toString to ParamUtils. Medium ParamUtils.java 19
toString() is missing Add toString to ValidatorFactory. Medium ValidatorFactory.java 15
toString() is missing Add toString to AlertManager. Medium AlertManager.java 17
toString() is missing Add toString to AsyncCaller. Medium AsyncCaller.java 29
toString() is missing Add toString to Base16Encoder. Medium Base16Encoder.java 2
toString() is missing Add toString to ClientCommunicator. Medium ClientCommunicator.java 19
toString() is missing Add toString to CommonClass. Medium CommonClass.java 7
toString() is missing Add toString to configReader. Medium configReader.java 12
toString() is missing Add toString to ConsumerThread. Medium ConsumerThread.java 16
toString() is missing Add toString to DBManager. Medium DBManager.java 20
toString() is missing Add toString to LMMessage. Medium LMMessage.java 2
toString() is missing Add toString to LMUUtils. Medium LMUUtils.java 35
toString() is missing Add toString to mandatoryItems. Medium mandatoryItems.java 2
toString() is missing Add toString to MyLogger. Medium MyLogger.java 6
toString() is missing Add toString to PacketConsumer. Medium PacketConsumer.java 37
toString() is missing Add toString to packetHandler. Medium packetHandler.java 17
toString() is missing Add toString to PacketProducer. Medium PacketProducer.java 29
toString() is missing Add toString to ProrpertiesManager. Medium ProrpertiesManager.java 7
toString() is missing Add toString to QueueAllocator. Medium QueueAllocator.java 19
toString() is missing Add toString to recieveThread. Medium recieveThread.java 47
toString() is missing Add toString to sendMessage. Medium sendMessage.java 21
toString() is missing Add toString to TestClient. Medium TestClient.java 15
toString() is missing Add toString to TimerTask1. Medium TimerTask1.java 11
toString() is missing Add toString to UDPClient. Medium UDPClient.java 16
toString() is missing Add toString to UDPServer. Medium UDPServer.java 8
toString() is missing Add toString to UDPServerHandler. Medium UDPServerHandler.java 19
toString() is missing Add toString to UDPServerMINA. Medium UDPServerMINA.java 48
toString() is missing Add toString to _LMU4100Map. Medium _LMU4100Map.java 11
toString() is missing Add toString to LMU4100Map. Medium LMU4100Map.java 9
toString() is missing Add toString to _LMU4100Map. Medium _LMU4100Map.java 11
toString() is missing Add toString to LMU4100Map. Medium LMU4100Map.java 5
toString() is missing Add toString to ObjectFactory. Medium ObjectFactory.java 29
toString() is missing Add toString to JarRsrcLoader. Medium JarRsrcLoader.java 22
toString() is missing Add toString to ManifestInfo. Medium JarRsrcLoader.java 24
toString() is missing Add toString to JIJConstants. Medium JIJConstants.java 4
toString() is missing Add toString to RsrcURLStreamHandler. Medium RsrcURLStreamHandler.java 9
toString() is missing Add toString to RsrcURLStreamHandlerFactory. Medium RsrcURLStreamHandlerFactory.java 9
 
Violation Recommendation Severity Resolved Resource Line
Constant on right side of comparison Reverse the order of the operands. Medium CategoryReader.java 38
Constant on right side of comparison Reverse the order of the operands. Medium CategoryReader.java 48
Constant on right side of comparison Reverse the order of the operands. Medium CategoryReader.java 89
Constant on right side of comparison Reverse the order of the operands. Medium DirectParamEvaluator.java 50
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 58
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 63
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 83
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 86
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 91
Constant on right side of comparison Reverse the order of the operands. Medium DriftMasker.java 91
Constant on right side of comparison Reverse the order of the operands. Medium ExpReader.java 38
Constant on right side of comparison Reverse the order of the operands. Medium ExpReader.java 50
Constant on right side of comparison Reverse the order of the operands. Medium ExpReader.java 91
Constant on right side of comparison Reverse the order of the operands. Medium ExpressionDecoder.java 50
Constant on right side of comparison Reverse the order of the operands. Medium ExpressionDecoder.java 58
Constant on right side of comparison Reverse the order of the operands. Medium ExpressionHandler.java 30
Constant on right side of comparison Reverse the order of the operands. Medium ValidatorReader.java 41
Constant on right side of comparison Reverse the order of the operands. Medium ValidatorReader.java 51
Constant on right side of comparison Reverse the order of the operands. Medium ValidatorReader.java 137
Constant on right side of comparison Reverse the order of the operands. Medium FileUtilities.java 86
Constant on right side of comparison Reverse the order of the operands. Medium PacketDataFetcher.java 60
Constant on right side of comparison Reverse the order of the operands. Medium PacketDataFetcher.java 60
Constant on right side of comparison Reverse the order of the operands. Medium PacketDataFetcher.java 79
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 27
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 52
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 54
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 60
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 62
Constant on right side of comparison Reverse the order of the operands. Medium ParamUtils.java 68
Constant on right side of comparison Reverse the order of the operands. Medium ValidatorFactory.java 28
Constant on right side of comparison Reverse the order of the operands. Medium AsyncCaller.java 36
Constant on right side of comparison Reverse the order of the operands. Medium configReader.java 27
Constant on right side of comparison Reverse the order of the operands. Medium configReader.java 71
Constant on right side of comparison Reverse the order of the operands. Medium configReader.java 103
Constant on right side of comparison Reverse the order of the operands. Medium ConsumerThread.java 45
Constant on right side of comparison Reverse the order of the operands. Medium ConsumerThread.java 116
Constant on right side of comparison Reverse the order of the operands. Medium DBManager.java 74
Constant on right side of comparison Reverse the order of the operands. Medium DBManager.java 74
Constant on right side of comparison Reverse the order of the operands. Medium DBManager.java 74
Constant on right side of comparison Reverse the order of the operands. Medium DBManager.java 81
Constant on right side of comparison Reverse the order of the operands. Medium DBManager.java 86
Constant on right side of comparison Reverse the order of the operands. Medium DBManager.java 87
Constant on right side of comparison Reverse the order of the operands. Medium DBManager.java 97
Constant on right side of comparison Reverse the order of the operands. Medium LMUUtils.java 76
Constant on right side of comparison Reverse the order of the operands. Medium PacketConsumer.java 129
Constant on right side of comparison Reverse the order of the operands. Medium PacketConsumer.java 148
Constant on right side of comparison Reverse the order of the operands. Medium PacketConsumer.java 153
Constant on right side of comparison Reverse the order of the operands. Medium PacketConsumer.java 229
Constant on right side of comparison Reverse the order of the operands. Medium PacketProducer.java 56
Constant on right side of comparison Reverse the order of the operands. Medium PacketProducer.java 106
Constant on right side of comparison Reverse the order of the operands. Medium PacketProducer.java 111
Constant on right side of comparison Reverse the order of the operands. Medium PacketProducer.java 111
Constant on right side of comparison Reverse the order of the operands. Medium QueueAllocator.java 69
Constant on right side of comparison Reverse the order of the operands. Medium QueueAllocator.java 75
Constant on right side of comparison Reverse the order of the operands. Medium QueueAllocator.java 75
Constant on right side of comparison Reverse the order of the operands. Medium sendMessage.java 46
Constant on right side of comparison Reverse the order of the operands. Medium UDPServer.java 42
Constant on right side of comparison Reverse the order of the operands. Medium AccumulatorRef.java 33
Constant on right side of comparison Reverse the order of the operands. Medium Configurations.java 28
Constant on right side of comparison Reverse the order of the operands. Medium LMU4100Map.java 19
Constant on right side of comparison Reverse the order of the operands. Medium LMU4100Map.java 32
Constant on right side of comparison Reverse the order of the operands. Medium Organization.java 7
Constant on right side of comparison Reverse the order of the operands. Medium LMU4100Map.java 12
Constant on right side of comparison Reverse the order of the operands. Medium TripDetails.java 56
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 52
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 131
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 131
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 174
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 213
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 219
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 255
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 281
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 298
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 323
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 323
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 331
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 338
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 338
Constant on right side of comparison Reverse the order of the operands. Medium TripParameters.java 354
Constant on right side of comparison Reverse the order of the operands. Medium VehicleDetails.java 18
Constant on right side of comparison Reverse the order of the operands. Medium JarRsrcLoader.java 55
Constant on right side of comparison Reverse the order of the operands. Medium JarRsrcLoader.java 61
Constant on right side of comparison Reverse the order of the operands. Medium JarRsrcLoader.java 64
Constant on right side of comparison Reverse the order of the operands. Medium JarRsrcLoader.java 84
Constant on right side of comparison Reverse the order of the operands. Medium RsrcURLConnection.java 26
Constant on right side of comparison Reverse the order of the operands. Medium RsrcURLStreamHandlerFactory.java 22
 
Violation Recommendation Severity Resolved Resource Line
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium DirectParamEvaluator.java 71
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium ExpressionDecoder.java 72
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium LMUUtils.java 54
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium LMUUtils.java 102
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium LMUUtils.java 212
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium PacketConsumer.java 92
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium TripDetails.java 169
Disallowed exception thrown: java.lang.Exception Delete the throw statement. Medium TripParameters.java 90
 
Violation Recommendation Severity Resolved Resource Line
Found a non-private method setting an internal array Do not set this internal array directly. Medium packetHandler.java 81
 
Violation Recommendation Severity Resolved Resource Line
Statically initialized array The array should be initialized dynamically. Medium CategoryReader.java 88
Statically initialized array The array should be initialized dynamically. Medium ExpReader.java 90
Statically initialized array The array should be initialized dynamically. Medium ValidatorReader.java 136
Statically initialized array The array should be initialized dynamically. Medium GpsWebserviceClient.java 64
Statically initialized array The array should be initialized dynamically. Medium MobileAlert.java 38
Statically initialized array The array should be initialized dynamically. Medium MobileAlertMessage.java 34
Statically initialized array The array should be initialized dynamically. Medium MobileAlertMessageResponse.java 30
Statically initialized array The array should be initialized dynamically. Medium MobileAlertResponse.java 30
Statically initialized array The array should be initialized dynamically. Medium PointInPolygon.java 36
Statically initialized array The array should be initialized dynamically. Medium PointInPolygonResponse.java 30
Statically initialized array The array should be initialized dynamically. Medium PolygonRegion.java 23
Statically initialized array The array should be initialized dynamically. Medium UpdateRfidHistory.java 37
Statically initialized array The array should be initialized dynamically. Medium WhetherInterested.java 36
Statically initialized array The array should be initialized dynamically. Medium WhetherInterestedResponse.java 30
Statically initialized array The array should be initialized dynamically. Medium Base16Encoder.java 4
Statically initialized array The array should be initialized dynamically. Medium sendMessage.java 71
Statically initialized array The array should be initialized dynamically. Medium sendMessage.java 72
Statically initialized array The array should be initialized dynamically. Medium JarRsrcLoader.java 44
Statically initialized array The array should be initialized dynamically. Medium JarRsrcLoader.java 45
 
Violation Recommendation Severity Resolved Resource Line
Missing Namespace Version Add the version of the WSDL or schema to the end of the namespace. Medium LMU4100.xsd 2
 
Violation Recommendation Severity Resolved Resource Line
Array is stored without copying You should copy arrays when you store them Medium packetHandler.java 81
 
Violation Recommendation Severity Resolved Resource Line
DateFormat object is used without synchronization Avoid usage of DateFormat objects without synchronization Medium UDPClient.java 41
DateFormat object is used without synchronization Avoid usage of DateFormat objects without synchronization Medium UDPClient.java 43
DateFormat object is used without synchronization Avoid usage of DateFormat objects without synchronization Medium UDPClient.java 44
 
Violation Recommendation Severity Resolved Resource Line
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DirectParamEvaluator.java 24
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DirectParamEvaluator.java 59
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DriftMasker.java 48
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DriftMasker.java 48
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DriftMasker.java 87
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium DriftMasker.java 87
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium GpsWebserviceClient.java 72
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium GpsWebserviceClient.java 73
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 27
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 27
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 40
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 40
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 44
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 44
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 71
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 71
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 78
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 78
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 82
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 82
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 103
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 103
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 110
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 110
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 114
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium configReader.java 114
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium ConsumerThread.java 99
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium ConsumerThread.java 100
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium LMUUtils.java 95
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium LMUUtils.java 95
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketConsumer.java 55
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketConsumer.java 154
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketConsumer.java 154
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketConsumer.java 154
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 38
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 61
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 61
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 61
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 102
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium PacketProducer.java 102
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium QueueAllocator.java 22
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium QueueAllocator.java 23
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium QueueAllocator.java 42
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripDetails.java 99
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripDetails.java 99
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripDetails.java 100
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripDetails.java 100
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripMsgParams.java 35
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 106
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 107
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 212
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 220
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 220
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 222
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 332
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 333
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 361
Auto-boxing of a primitive value Remove the need to wrap the primitive value, or wrap it explicitly. Medium TripParameters.java 361
 
Violation Recommendation Severity Resolved Resource Line
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DirectParamEvaluator.java 42
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DirectParamEvaluator.java 58
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AlertManager.java 58
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AlertManager.java 58
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 78
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 78
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 78
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 78
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 78
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 78
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 85
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 85
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 100
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 100
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 100
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 100
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 100
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium AsyncCaller.java 100
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium ConsumerThread.java 105
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium ConsumerThread.java 116
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 74
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 74
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 74
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 74
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 98
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 117
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 117
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 117
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 117
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 117
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium DBManager.java 117
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 159
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 160
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 161
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 169
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 176
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketConsumer.java 178
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 70
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 71
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 106
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 107
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 111
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 113
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 114
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 114
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium PacketProducer.java 116
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 40
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 40
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 40
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 40
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 45
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 69
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 70
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 75
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 77
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 78
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 78
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium QueueAllocator.java 80
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripDetails.java 102
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripDetails.java 103
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripDetails.java 112
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripDetails.java 112
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripParameters.java 203
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripParameters.java 323
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripParameters.java 323
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripParameters.java 332
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripParameters.java 332
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripParameters.java 333
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripParameters.java 333
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripParameters.java 338
Auto-unboxing of a primitive value wrapper Explicitly access the primitive value. Medium TripParameters.java 338
 
Violation Recommendation Severity Resolved Resource Line
The keyword "this" is unnecessary Delete the keyword "this". Medium CorrectorVO.java 16
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 79
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 103
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 127
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 151
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 175
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 199
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 223
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlert.java 239
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertMessage.java 72
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertMessage.java 96
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertMessage.java 120
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertMessage.java 136
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertMessageResponse.java 51
The keyword "this" is unnecessary Delete the keyword "this". Medium MobileAlertResponse.java 51
The keyword "this" is unnecessary Delete the keyword "this". Medium PointInPolygon.java 65
The keyword "this" is unnecessary Delete the keyword "this". Medium PointInPolygon.java 81
The keyword "this" is unnecessary Delete the keyword "this". Medium PointInPolygon.java 97
The keyword "this" is unnecessary Delete the keyword "this". Medium PointInPolygon.java 121
The keyword "this" is unnecessary Delete the keyword "this". Medium PointInPolygonResponse.java 51
The keyword "this" is unnecessary Delete the keyword "this". Medium UpdateRfidHistory.java 69
The keyword "this" is unnecessary Delete the keyword "this". Medium UpdateRfidHistory.java 93
The keyword "this" is unnecessary Delete the keyword "this". Medium UpdateRfidHistory.java 109
The keyword "this" is unnecessary Delete the keyword "this". Medium UpdateRfidHistory.java 125
The keyword "this" is unnecessary Delete the keyword "this". Medium UpdateRfidHistory.java 149
The keyword "this" is unnecessary Delete the keyword "this". Medium WhetherInterested.java 65
The keyword "this" is unnecessary Delete the keyword "this". Medium WhetherInterested.java 81
The keyword "this" is unnecessary Delete the keyword "this". Medium WhetherInterested.java 97
The keyword "this" is unnecessary Delete the keyword "this". Medium WhetherInterested.java 121
The keyword "this" is unnecessary Delete the keyword "this". Medium WhetherInterestedResponse.java 51
The keyword "this" is unnecessary Delete the keyword "this". Medium QueueAllocator.java 57
The keyword "this" is unnecessary Delete the keyword "this". Medium QueueAllocator.java 65
The keyword "this" is unnecessary Delete the keyword "this". Medium QueueAllocator.java 73
The keyword "this" is unnecessary Delete the keyword "this". Medium UDPClient.java 34
The keyword "this" is unnecessary Delete the keyword "this". Medium UDPClient.java 35
The keyword "this" is unnecessary Delete the keyword "this". Medium UDPClient.java 36
 
Violation Recommendation Severity Resolved Resource Line
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 85
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 94
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 99
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 102
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 106
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 109
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 113
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 118
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium DBManager.java 125
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TimerTask1.java 32
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TimerTask1.java 36
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPClient.java 44
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPClient.java 59
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPClient.java 108
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPClient.java 111
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium UDPClient.java 115
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 89
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 137
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 140
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 145
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 175
Use of logging method debug at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 197
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 207
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 228
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 230
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 233
Use of logging method error at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 235
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 240
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 248
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 282
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 285
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 299
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 307
Use of logging method info at wrong level Add code to check whether logging has been enabled at the right level. Medium TripParameters.java 325
 
Violation Recommendation Severity Resolved Resource Line
Mutable type "com.gps.corrector.CategoryReader" declared as the return type Do not return this object since it is a mutable type. Medium CategoryReader.java 37
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium CategoryReader.java 59
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium DriftMasker.java 33
Mutable type "com.gps.corrector.ExpReader" declared as the return type Do not return this object since it is a mutable type. Medium ExpReader.java 37
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ExpReader.java 63
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium ExpressionDecoder.java 28
Mutable type "com.gps.corrector.ValidatorReader" declared as the return type Do not return this object since it is a mutable type. Medium ValidatorReader.java 40
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ValidatorReader.java 105
Mutable type "com.gps.services.MobileAlertMessageResponse" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 36
Mutable type "com.gps.services.WhetherInterested" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 44
Mutable type "com.gps.services.PointInPolygonResponse" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 54
Mutable type "com.gps.services.MobileAlertMessage" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 62
Mutable type "com.gps.services.PointInPolygon" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 70
Mutable type "com.gps.services.WhetherInterestedResponse" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 78
Mutable type "com.gps.services.PolygonRegion" declared as the return type Do not return this object since it is a mutable type. Medium PolygonRegion_Service.java 55
Mutable type "com.gps.services.PolygonRegion" declared as the return type Do not return this object since it is a mutable type. Medium PolygonRegion_Service.java 68
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ConfigReader.java 24
Mutable type "org.w3c.dom.Document" declared as the return type Do not return this object since it is a mutable type. Medium FileUtilities.java 33
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium FileUtilities.java 60
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium FileUtilities.java 72
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium PacketDataFetcher.java 54
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium PacketDataFetcher.java 72
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium ParamUtils.java 22
Mutable type "java.util.ArrayList" declared as the return type Do not return this object since it is a mutable type. Medium ParamUtils.java 44
Mutable type "com.gps.corrector.IPacketObserver" declared as the return type Do not return this object since it is a mutable type. Medium ValidatorFactory.java 18
Mutable type "[B" declared as the return type Do not return this object since it is a mutable type. Medium Base16Encoder.java 22
Mutable type "java.util.ResourceBundle" declared as the return type Do not return this object since it is a mutable type. Medium CommonClass.java 17
Mutable type "LMU4100.jaxb.LMDirect.OptionalHeader" declared as the return type Do not return this object since it is a mutable type. Medium configReader.java 22
Mutable type "LMU4100.jaxb.LMDirect.LMHeader" declared as the return type Do not return this object since it is a mutable type. Medium configReader.java 66
Mutable type "LMU4100.jaxb.LMDirect.LMContent" declared as the return type Do not return this object since it is a mutable type. Medium configReader.java 98
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium LMUUtils.java 39
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium LMUUtils.java 107
Mutable type "org.apache.log4j.Logger" declared as the return type Do not return this object since it is a mutable type. Medium MyLogger.java 19
Mutable type "[B" declared as the return type Do not return this object since it is a mutable type. Medium packetHandler.java 23
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium packetHandler.java 66
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium packetHandler.java 115
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium packetHandler.java 229
Mutable type "javax.jms.MessageProducer" declared as the return type Do not return this object since it is a mutable type. Medium PacketProducer.java 100
Mutable type "java.util.Properties" declared as the return type Do not return this object since it is a mutable type. Medium ProrpertiesManager.java 8
Mutable type "javax.jms.MessageProducer" declared as the return type Do not return this object since it is a mutable type. Medium QueueAllocator.java 63
Mutable type "[B" declared as the return type Do not return this object since it is a mutable type. Medium sendMessage.java 107
Mutable type "java.util.BitSet" declared as the return type Do not return this object since it is a mutable type. Medium UDPServer.java 37
Mutable type "java.util.Hashtable" declared as the return type Do not return this object since it is a mutable type. Medium AccumulatorRef.java 20
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _CharityBarometer.java 39
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _Device.java 76
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _Device.java 101
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _Feedback.java 45
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Feedback.java 67
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Feedback.java 76
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _FenceHistory.java 29
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _FenceHistory.java 43
Mutable type "LMU4100.DB.Geofence" declared as the return type Do not return this object since it is a mutable type. Medium _FenceHistory.java 65
Mutable type "LMU4100.DB.TripTravelerDetails" declared as the return type Do not return this object since it is a mutable type. Medium _FrequentTravellerDetails.java 24
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _FrequentTripDetails.java 32
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _Geofence.java 98
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Geofence.java 107
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Geofence.java 116
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _Geofence.java 128
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _GeovehicleMap.java 38
Mutable type "LMU4100.DB.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium _GeovehicleMap.java 47
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _Inbox.java 51
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Inbox.java 73
Mutable type "LMU4100.DB.GeovehicleMap" declared as the return type Do not return this object since it is a mutable type. Medium _Notification.java 52
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _Organization.java 110
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _Organization.java 122
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _PickupPoints.java 39
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _SavingStatus.java 36
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _SavingStatus.java 65
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _Speedparameter.java 39
Mutable type "LMU4100.DB.TripParameters" declared as the return type Do not return this object since it is a mutable type. Medium _TripMsgParams.java 55
Mutable type "LMU4100.DB.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium _TripParameters.java 81
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _TripParameters.java 129
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _TripParameters.java 135
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _TripParameters.java 214
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _TripParameters.java 226
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _TripScraps.java 39
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _TripTravelerDetails.java 47
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _TripTravelerDetails.java 135
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _TripTravelerDetails.java 144
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium _TripVehicleMap.java 25
Mutable type "LMU4100.DB.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium _TripVehicleMap.java 34
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 41
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 69
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 76
Mutable type "java.util.Date" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 132
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 143
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _User.java 155
Mutable type "LMU4100.DB.Geofence" declared as the return type Do not return this object since it is a mutable type. Medium _UserGeofenceMap.java 25
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _UserGeofenceMap.java 34
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _UserLandmarks.java 55
Mutable type "LMU4100.DB.User" declared as the return type Do not return this object since it is a mutable type. Medium _UserPreference.java 47
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _UserPreferences.java 143
Mutable type "LMU4100.DB.User" declared as the return type Do not return this object since it is a mutable type. Medium _Vehicle.java 73
Mutable type "LMU4100.DB.Organization" declared as the return type Do not return this object since it is a mutable type. Medium _Vehicle.java 80
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _VehicleDetails.java 153
Mutable type "LMU4100.DB.Device" declared as the return type Do not return this object since it is a mutable type. Medium _VehicleDetails.java 162
Mutable type "LMU4100.DB.Organization" declared as the return type Do not return this object since it is a mutable type. Medium _VehicleDetails.java 171
Mutable type "LMU4100.DB.UserDetails" declared as the return type Do not return this object since it is a mutable type. Medium _VehicleDetails.java 180
Mutable type "LMU4100.DB.VehicleGroup" declared as the return type Do not return this object since it is a mutable type. Medium _VehicleDetails.java 189
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium _VehicleGroup.java 52
Mutable type "LMU4100.DB.auto._Device" declared as the return type Do not return this object since it is a mutable type. Medium Device.java 28
Mutable type "LMU4100.DB.LMU4100Map" declared as the return type Do not return this object since it is a mutable type. Medium LMU4100Map.java 17
Mutable type "org.apache.cayenne.access.DataContext" declared as the return type Do not return this object since it is a mutable type. Medium LMU4100Map.java 25
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium ReportRef.java 24
Mutable type "LMU4100.DB.sample.LMU4100Map" declared as the return type Do not return this object since it is a mutable type. Medium LMU4100Map.java 11
Mutable type "LMU4100.DB.TripDetails" declared as the return type Do not return this object since it is a mutable type. Medium TripDetails.java 61
Mutable type "java.util.List" declared as the return type Do not return this object since it is a mutable type. Medium TripParameters.java 65
Mutable type "LMU4100.DB.TripParameters" declared as the return type Do not return this object since it is a mutable type. Medium TripParameters.java 81
Mutable type "LMU4100.DB.TripParameters" declared as the return type Do not return this object since it is a mutable type. Medium TripParameters.java 96
Mutable type "LMU4100.DB.VehicleDetails" declared as the return type Do not return this object since it is a mutable type. Medium VehicleDetails.java 23
Mutable type "LMU4100.jaxb.LMDirect.LMHeader" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 43
Mutable type "LMU4100.jaxb.LMDirect.LMHeader.Param" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 51
Mutable type "LMU4100.jaxb.LMDirect.LMContent.Type.Param" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 59
Mutable type "LMU4100.jaxb.LMDirect" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 67
Mutable type "LMU4100.jaxb.LMDirect.OptionalHeader.Param" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 75
Mutable type "LMU4100.jaxb.LMDirect.OptionalHeader" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 83
Mutable type "LMU4100.jaxb.LMDirect.LMContent.Type" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 91
Mutable type "LMU4100.jaxb.LMDirect.LMContent" declared as the return type Do not return this object since it is a mutable type. Medium ObjectFactory.java 99
Mutable type "org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.ManifestInfo" declared as the return type Do not return this object since it is a mutable type. Medium JarRsrcLoader.java 48
Mutable type "[Ljava.lang.String;" declared as the return type Do not return this object since it is a mutable type. Medium JarRsrcLoader.java 83
Mutable type "java.net.URLConnection" declared as the return type Do not return this object since it is a mutable type. Medium RsrcURLStreamHandler.java 17
 
Violation Recommendation Severity Resolved Resource Line
Class should be final Add the keyword "final" to the class declaration. Medium CategoryReader.java 27
Class should be final Add the keyword "final" to the class declaration. Medium CorrectorVO.java 3
Class should be final Add the keyword "final" to the class declaration. Medium DirectParamEvaluator.java 18
Class should be final Add the keyword "final" to the class declaration. Medium DriftMasker.java 25
Class should be final Add the keyword "final" to the class declaration. Medium ExpReader.java 27
Class should be final Add the keyword "final" to the class declaration. Medium ExpressionDecoder.java 21
Class should be final Add the keyword "final" to the class declaration. Medium ExpressionHandler.java 18
Class should be final Add the keyword "final" to the class declaration. Medium RuleVO.java 11
Class should be final Add the keyword "final" to the class declaration. Medium ValidatorDetails.java 10
Class should be final Add the keyword "final" to the class declaration. Medium ValidatorReader.java 30
Class should be final Add the keyword "final" to the class declaration. Medium GpsWebserviceClient.java 26
Class should be final Add the keyword "final" to the class declaration. Medium MobileAlert.java 49
Class should be final Add the keyword "final" to the class declaration. Medium MobileAlertMessage.java 41
Class should be final Add the keyword "final" to the class declaration. Medium MobileAlertMessageResponse.java 34
Class should be final Add the keyword "final" to the class declaration. Medium MobileAlertResponse.java 34
Class should be final Add the keyword "final" to the class declaration. Medium ObjectFactory.java 22
Class should be final Add the keyword "final" to the class declaration. Medium PointInPolygon.java 43
Class should be final Add the keyword "final" to the class declaration. Medium PointInPolygonResponse.java 34
Class should be final Add the keyword "final" to the class declaration. Medium PolygonRegion.java 26
Class should be final Add the keyword "final" to the class declaration. Medium PolygonRegion_Service.java 24
Class should be final Add the keyword "final" to the class declaration. Medium UpdateRfidHistory.java 45
Class should be final Add the keyword "final" to the class declaration. Medium UpdateRfidHistoryResponse.java 31
Class should be final Add the keyword "final" to the class declaration. Medium WhetherInterested.java 43
Class should be final Add the keyword "final" to the class declaration. Medium WhetherInterestedResponse.java 34
Class should be final Add the keyword "final" to the class declaration. Medium FileUtilities.java 29
Class should be final Add the keyword "final" to the class declaration. Medium LoggerStackTraceUtil.java 9
Class should be final Add the keyword "final" to the class declaration. Medium LogHandler.java 11
Class should be final Add the keyword "final" to the class declaration. Medium PacketDataFetcher.java 30
Class should be final Add the keyword "final" to the class declaration. Medium ParamUtils.java 19
Class should be final Add the keyword "final" to the class declaration. Medium ValidatorFactory.java 15
Class should be final Add the keyword "final" to the class declaration. Medium AlertManager.java 17
Class should be final Add the keyword "final" to the class declaration. Medium AsyncCaller.java 29
Class should be final Add the keyword "final" to the class declaration. Medium Base16Encoder.java 2
Class should be final Add the keyword "final" to the class declaration. Medium ClientCommunicator.java 19
Class should be final Add the keyword "final" to the class declaration. Medium CommonClass.java 7
Class should be final Add the keyword "final" to the class declaration. Medium configReader.java 12
Class should be final Add the keyword "final" to the class declaration. Medium ConsumerThread.java 16
Class should be final Add the keyword "final" to the class declaration. Medium DBManager.java 20
Class should be final Add the keyword "final" to the class declaration. Medium LMMessage.java 2
Class should be final Add the keyword "final" to the class declaration. Medium LMUUtils.java 35
Class should be final Add the keyword "final" to the class declaration. Medium mandatoryItems.java 2
Class should be final Add the keyword "final" to the class declaration. Medium MyLogger.java 6
Class should be final Add the keyword "final" to the class declaration. Medium PacketConsumer.java 37
Class should be final Add the keyword "final" to the class declaration. Medium packetHandler.java 17
Class should be final Add the keyword "final" to the class declaration. Medium PacketProducer.java 29
Class should be final Add the keyword "final" to the class declaration. Medium ProrpertiesManager.java 7
Class should be final Add the keyword "final" to the class declaration. Medium QueueAllocator.java 19
Class should be final Add the keyword "final" to the class declaration. Medium recieveThread.java 47
Class should be final Add the keyword "final" to the class declaration. Medium sendMessage.java 21
Class should be final Add the keyword "final" to the class declaration. Medium TestClient.java 15
Class should be final Add the keyword "final" to the class declaration. Medium TimerTask1.java 11
Class should be final Add the keyword "final" to the class declaration. Medium UDPClient.java 16
Class should be final Add the keyword "final" to the class declaration. Medium UDPServer.java 8
Class should be final Add the keyword "final" to the class declaration. Medium UDPServerHandler.java 19
Class should be final Add the keyword "final" to the class declaration. Medium UDPServerMINA.java 48
Class should be final Add the keyword "final" to the class declaration. Medium Accounts.java 5
Class should be final Add the keyword "final" to the class declaration. Medium AccumulatorRef.java 15
Class should be final Add the keyword "final" to the class declaration. Medium CharityBarometer.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Configurations.java 14
Class should be final Add the keyword "final" to the class declaration. Medium Device.java 14
Class should be final Add the keyword "final" to the class declaration. Medium TripNotFoundException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium VehicleNotFoundException.java 3
Class should be final Add the keyword "final" to the class declaration. Medium Feedback.java 5
Class should be final Add the keyword "final" to the class declaration. Medium FenceHistory.java 5
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTravellerDetails.java 5
Class should be final Add the keyword "final" to the class declaration. Medium FrequentTripDetails.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Geofence.java 5
Class should be final Add the keyword "final" to the class declaration. Medium GeovehicleMap.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Inbox.java 5
Class should be final Add the keyword "final" to the class declaration. Medium LMU4100Map.java 9
Class should be final Add the keyword "final" to the class declaration. Medium Notification.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Organization.java 5
Class should be final Add the keyword "final" to the class declaration. Medium PickupPoints.java 5
Class should be final Add the keyword "final" to the class declaration. Medium ReportRef.java 21
Class should be final Add the keyword "final" to the class declaration. Medium LMU4100Map.java 5
Class should be final Add the keyword "final" to the class declaration. Medium SavingStatus.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Speedparameter.java 5
Class should be final Add the keyword "final" to the class declaration. Medium TripDetails.java 23
Class should be final Add the keyword "final" to the class declaration. Medium TripMsgParams.java 20
Class should be final Add the keyword "final" to the class declaration. Medium TripParameters.java 40
Class should be final Add the keyword "final" to the class declaration. Medium TripPreference.java 5
Class should be final Add the keyword "final" to the class declaration. Medium TripScraps.java 5
Class should be final Add the keyword "final" to the class declaration. Medium TripTravelerDetails.java 5
Class should be final Add the keyword "final" to the class declaration. Medium TripVehicleMap.java 5
Class should be final Add the keyword "final" to the class declaration. Medium User.java 5
Class should be final Add the keyword "final" to the class declaration. Medium UserDetails.java 5
Class should be final Add the keyword "final" to the class declaration. Medium UserGeofenceMap.java 5
Class should be final Add the keyword "final" to the class declaration. Medium UserLandmarks.java 5
Class should be final Add the keyword "final" to the class declaration. Medium UserPreference.java 5
Class should be final Add the keyword "final" to the class declaration. Medium UserPreferences.java 5
Class should be final Add the keyword "final" to the class declaration. Medium Vehicle.java 5
Class should be final Add the keyword "final" to the class declaration. Medium VehicleDetails.java 13
Class should be final Add the keyword "final" to the class declaration. Medium VehicleGroup.java 5
Class should be final Add the keyword "final" to the class declaration. Medium ObjectFactory.java 29
Class should be final Add the keyword "final" to the class declaration. Medium JarRsrcLoader.java 22
Class should be final Add the keyword "final" to the class declaration. Medium JarRsrcLoader.java 24
Class should be final Add the keyword "final" to the class declaration. Medium RsrcURLConnection.java 7
Class should be final Add the keyword "final" to the class declaration. Medium RsrcURLStreamHandler.java 9
Class should be final Add the keyword "final" to the class declaration. Medium RsrcURLStreamHandlerFactory.java 9
 
Violation Recommendation Severity Resolved Resource Line
Instance of java.io.ByteArrayOutputStream not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium LogHandler.java 20
Instance of java.io.StringReader not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium LMUUtils.java 201
Instance of java.io.StringReader not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium LMUUtils.java 203
Instance of java.io.BufferedReader not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium UDPClient.java 46
Instance of java.io.FileReader not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium UDPClient.java 69
Instance of java.io.FileReader not closed Add code to the method to ensure that the instance of the class null is properly closed. Medium UDPClient.java 88
 
Violation Recommendation Severity Resolved Resource Line
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 40
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 51
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 69
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 92
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 93
Undocumented closing brace Add the appropriate comment after the closing brace. Medium CategoryReader.java 96
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DirectParamEvaluator.java 60
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DirectParamEvaluator.java 61
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DriftMasker.java 65
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DriftMasker.java 94
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 40
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 53
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 73
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 94
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 95
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpReader.java 98
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionDecoder.java 64
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionDecoder.java 68
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionDecoder.java 125
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionDecoder.java 132
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionDecoder.java 143
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ExpressionHandler.java 37
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 43
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 54
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 116
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 140
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 141
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorReader.java 144
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FileUtilities.java 89
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FileUtilities.java 91
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FileUtilities.java 92
Undocumented closing brace Add the appropriate comment after the closing brace. Medium FileUtilities.java 93
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LoggerStackTraceUtil.java 28
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketDataFetcher.java 94
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketDataFetcher.java 98
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketDataFetcher.java 99
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketDataFetcher.java 101
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ParamUtils.java 34
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ParamUtils.java 58
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ParamUtils.java 65
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ParamUtils.java 71
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ValidatorFactory.java 32
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertManager.java 35
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertManager.java 47
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertManager.java 68
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AlertManager.java 84
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AsyncCaller.java 118
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AsyncCaller.java 123
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AsyncCaller.java 124
Undocumented closing brace Add the appropriate comment after the closing brace. Medium Base16Encoder.java 37
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ClientCommunicator.java 56
Undocumented closing brace Add the appropriate comment after the closing brace. Medium configReader.java 45
Undocumented closing brace Add the appropriate comment after the closing brace. Medium configReader.java 83
Undocumented closing brace Add the appropriate comment after the closing brace. Medium configReader.java 115
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConsumerThread.java 56
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConsumerThread.java 61
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConsumerThread.java 64
Undocumented closing brace Add the appropriate comment after the closing brace. Medium ConsumerThread.java 131
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 89
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 90
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 91
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 92
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 93
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 134
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 169
Undocumented closing brace Add the appropriate comment after the closing brace. Medium DBManager.java 176
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMUUtils.java 68
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMUUtils.java 82
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMUUtils.java 151
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMUUtils.java 230
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 93
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 135
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 152
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 174
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 191
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 203
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketConsumer.java 240
Undocumented closing brace Add the appropriate comment after the closing brace. Medium packetHandler.java 37
Undocumented closing brace Add the appropriate comment after the closing brace. Medium packetHandler.java 51
Undocumented closing brace Add the appropriate comment after the closing brace. Medium packetHandler.java 195
Undocumented closing brace Add the appropriate comment after the closing brace. Medium packetHandler.java 221
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketProducer.java 60
Undocumented closing brace Add the appropriate comment after the closing brace. Medium PacketProducer.java 115
Undocumented closing brace Add the appropriate comment after the closing brace. Medium QueueAllocator.java 46
Undocumented closing brace Add the appropriate comment after the closing brace. Medium QueueAllocator.java 79
Undocumented closing brace Add the appropriate comment after the closing brace. Medium recieveThread.java 165
Undocumented closing brace Add the appropriate comment after the closing brace. Medium recieveThread.java 219
Undocumented closing brace Add the appropriate comment after the closing brace. Medium recieveThread.java 268
Undocumented closing brace Add the appropriate comment after the closing brace. Medium sendMessage.java 56
Undocumented closing brace Add the appropriate comment after the closing brace. Medium sendMessage.java 62
Undocumented closing brace Add the appropriate comment after the closing brace. Medium sendMessage.java 88
Undocumented closing brace Add the appropriate comment after the closing brace. Medium sendMessage.java 127
Undocumented closing brace Add the appropriate comment after the closing brace. Medium sendMessage.java 133
Undocumented closing brace Add the appropriate comment after the closing brace. Medium Auto TestClient.java
Undocumented closing brace Add the appropriate comment after the closing brace. Medium Auto TestClient.java
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TimerTask1.java 38
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 83
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 84
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 104
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 105
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 172
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPClient.java 220
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPServer.java 32
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPServer.java 34
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPServer.java 45
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPServerHandler.java 94
Undocumented closing brace Add the appropriate comment after the closing brace. Medium UDPServerMINA.java 104
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AccumulatorRef.java 40
Undocumented closing brace Add the appropriate comment after the closing brace. Medium AccumulatorRef.java 41
Undocumented closing brace Add the appropriate comment after the closing brace. Medium Configurations.java 34
Undocumented closing brace Add the appropriate comment after the closing brace. Medium Configurations.java 36
Undocumented closing brace Add the appropriate comment after the closing brace. Medium Device.java 39
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMU4100Map.java 21
Undocumented closing brace Add the appropriate comment after the closing brace. Medium LMU4100Map.java 14
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripDetails.java 158
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripDetails.java 159
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 135
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 224
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 238
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 242
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 243
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 257
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 287
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 334
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 336
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 408
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 413
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 465
Undocumented closing brace Add the appropriate comment after the closing brace. Medium TripParameters.java 466
Undocumented closing brace Add the appropriate comment after the closing brace. Medium VehicleDetails.java 44
Undocumented closing brace Add the appropriate comment after the closing brace. Medium JarRsrcLoader.java 40
Undocumented closing brace Add the appropriate comment after the closing brace. Medium JarRsrcLoader.java 66
Undocumented closing brace Add the appropriate comment after the closing brace. Medium JarRsrcLoader.java 71
Undocumented closing brace Add the appropriate comment after the closing brace. Medium JarRsrcLoader.java 94
Undocumented closing brace Add the appropriate comment after the closing brace. Medium JarRsrcLoader.java 96
 
Violation Recommendation Severity Resolved Resource Line
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium CategoryReader.java 12
Import out of order: java.lang.reflect.Method Change the order of the imports or invoke the Organize Imports command. Medium CategoryReader.java 13
Import out of order: org.w3c.dom.Document Change the order of the imports or invoke the Organize Imports command. Medium CategoryReader.java 21
Import out of order: org.w3c.dom.Element Change the order of the imports or invoke the Organize Imports command. Medium CategoryReader.java 23
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium DirectParamEvaluator.java 14
Import out of order: org.apache.logging.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium DriftMasker.java 18
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium DriftMasker.java 19
Import out of order: com.gps.utilities.PacketDataFetcher Change the order of the imports or invoke the Organize Imports command. Medium DriftMasker.java 22
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium ExpReader.java 18
Import out of order: org.w3c.dom.Document Change the order of the imports or invoke the Organize Imports command. Medium ExpReader.java 21
Import out of order: org.w3c.dom.Element Change the order of the imports or invoke the Organize Imports command. Medium ExpReader.java 23
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium ExpressionDecoder.java 16
Import out of order: org.apache.logging.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium ExpressionHandler.java 13
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium ExpressionHandler.java 14
Import out of order: org.apache.logging.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium ValidatorReader.java 20
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium ValidatorReader.java 21
Import out of order: org.w3c.dom.Document Change the order of the imports or invoke the Organize Imports command. Medium ValidatorReader.java 24
Import out of order: org.w3c.dom.Element Change the order of the imports or invoke the Organize Imports command. Medium ValidatorReader.java 26
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium GpsWebserviceClient.java 20
Import out of order: org.apache.logging.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium GpsWebserviceClient.java 24
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium GpsWebserviceClient.java 25
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium PolygonRegion_Service.java 13
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium FileUtilities.java 22
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium LoggerStackTraceUtil.java 3
Import out of order: org.apache.commons.lang3.exception Change the order of the imports or invoke the Organize Imports command. Medium LoggerStackTraceUtil.java 6
Import out of order: org.apache.logging.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium PacketDataFetcher.java 19
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium PacketDataFetcher.java 20
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium ParamUtils.java 15
Import out of order: org.apache.logging.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium ValidatorFactory.java 5
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium ValidatorFactory.java 6
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium AlertManager.java 11
Import out of order: com.gps.notifier.AlertNotification Change the order of the imports or invoke the Organize Imports command. Medium AlertManager.java 15
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium AsyncCaller.java 20
Import out of order: LMU4100.DB.TripParameters Change the order of the imports or invoke the Organize Imports command. Medium AsyncCaller.java 24
Import out of order: com.gps.services.GpsWebserviceClient Change the order of the imports or invoke the Organize Imports command. Medium AsyncCaller.java 27
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium CommonClass.java 6
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium configReader.java 5
Import out of order: javax.xml.bind.Unmarshaller Change the order of the imports or invoke the Organize Imports command. Medium configReader.java 6
Import out of order: java.io.File Change the order of the imports or invoke the Organize Imports command. Medium configReader.java 7
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium ConsumerThread.java 11
Import out of order: org.apache.catalina.util.URLEncoder Change the order of the imports or invoke the Organize Imports command. Medium DBManager.java 3
Import out of order: java.text.DateFormat Change the order of the imports or invoke the Organize Imports command. Medium DBManager.java 5
Import out of order: org.apache.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium DBManager.java 13
Import out of order: com.gps.services.GpsWebserviceClient Change the order of the imports or invoke the Organize Imports command. Medium DBManager.java 18
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium LMUUtils.java 29
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium PacketConsumer.java 25
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium packetHandler.java 5
Import out of order: java.math.BigInteger Change the order of the imports or invoke the Organize Imports command. Medium packetHandler.java 6
Import out of order: org.nfunk.jep Change the order of the imports or invoke the Organize Imports command. Medium packetHandler.java 12
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium packetHandler.java 13
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium PacketProducer.java 25
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium QueueAllocator.java 17
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium recieveThread.java 16
Import out of order: java.util.Hashtable Change the order of the imports or invoke the Organize Imports command. Medium recieveThread.java 17
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium recieveThread.java 22
Import out of order: java.net Change the order of the imports or invoke the Organize Imports command. Medium recieveThread.java 29
Import out of order: com.gps.services.GpsWebserviceClient Change the order of the imports or invoke the Organize Imports command. Medium recieveThread.java 45
Import out of order: java.util.ArrayList Change the order of the imports or invoke the Organize Imports command. Medium sendMessage.java 6
Import out of order: java.net Change the order of the imports or invoke the Organize Imports command. Medium sendMessage.java 7
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium sendMessage.java 11
Import out of order: org.apache.james.mime4j.field.datetime.DateTime Change the order of the imports or invoke the Organize Imports command. Medium UDPServerHandler.java 14
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium UDPServerHandler.java 17
Import out of order: java.util.concurrent.ArrayBlockingQueue Change the order of the imports or invoke the Organize Imports command. Medium UDPServerMINA.java 19
Import out of order: java.net.DatagramSocket Change the order of the imports or invoke the Organize Imports command. Medium UDPServerMINA.java 24
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium UDPServerMINA.java 34
Import out of order: org.apache.log4j.PropertyConfigurator Change the order of the imports or invoke the Organize Imports command. Medium UDPServerMINA.java 35
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium AccumulatorRef.java 11
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium Configurations.java 9
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium Device.java 11
Import out of order: org.apache.logging.log4j.Logger Change the order of the imports or invoke the Organize Imports command. Medium LMU4100Map.java 7
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium LMU4100Map.java 8
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium ReportRef.java 14
Import out of order: org.apache.cayenne.access.DataContext Change the order of the imports or invoke the Organize Imports command. Medium ReportRef.java 15
Import out of order: org.apache.cayenne.access.DataContext Change the order of the imports or invoke the Organize Imports command. Medium TripDetails.java 12
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium TripDetails.java 19
Import out of order: java.util.Date Change the order of the imports or invoke the Organize Imports command. Medium TripMsgParams.java 7
Import out of order: org.apache.cayenne.DataObjectUtils Change the order of the imports or invoke the Organize Imports command. Medium TripMsgParams.java 10
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium TripMsgParams.java 16
Import out of order: org.apache.cayenne.DataObjectUtils Change the order of the imports or invoke the Organize Imports command. Medium TripParameters.java 25
Import out of order: LMU4100.DB.auto._AccumulatorRef Change the order of the imports or invoke the Organize Imports command. Medium TripParameters.java 35
Import out of order: org.apache.logging.log4j.LogManager Change the order of the imports or invoke the Organize Imports command. Medium VehicleDetails.java 9
 
Violation Recommendation Severity Resolved Resource Line
Constant conditional expression Reevaluate the Expression. Medium UDPServer.java 21
 
Violation Recommendation Severity Resolved Resource Line
Constant defined in class The constant declaration should be moved to an interface. Medium mandatoryItems.java 5
Constant defined in class The constant declaration should be moved to an interface. Medium mandatoryItems.java 7
Constant defined in class The constant declaration should be moved to an interface. Medium mandatoryItems.java 9
Constant defined in class The constant declaration should be moved to an interface. Medium mandatoryItems.java 11
Constant defined in class The constant declaration should be moved to an interface. Medium _Accounts.java 13
Constant defined in class The constant declaration should be moved to an interface. Medium _Accounts.java 14
Constant defined in class The constant declaration should be moved to an interface. Medium _AccumulatorRef.java 7
Constant defined in class The constant declaration should be moved to an interface. Medium _AccumulatorRef.java 8
Constant defined in class The constant declaration should be moved to an interface. Medium _CharityBarometer.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _CharityBarometer.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _CharityBarometer.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _CharityBarometer.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Configurations.java 7
Constant defined in class The constant declaration should be moved to an interface. Medium _Configurations.java 8
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _Device.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _Feedback.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _FenceHistory.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTravellerDetails.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTravellerDetails.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTravellerDetails.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTripDetails.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTripDetails.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTripDetails.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _FrequentTripDetails.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _Geofence.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _GeovehicleMap.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _GeovehicleMap.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _GeovehicleMap.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _GeovehicleMap.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Inbox.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _Notification.java 14
Constant defined in class The constant declaration should be moved to an interface. Medium _Notification.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _Notification.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Notification.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Notification.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _Organization.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _PickupPoints.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _PickupPoints.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _PickupPoints.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _PickupPoints.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _ReportRef.java 13
Constant defined in class The constant declaration should be moved to an interface. Medium _ReportRef.java 14
Constant defined in class The constant declaration should be moved to an interface. Medium _ReportRef.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _SavingStatus.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _Speedparameter.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _Speedparameter.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _Speedparameter.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _Speedparameter.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 44
Constant defined in class The constant declaration should be moved to an interface. Medium _TripDetails.java 45
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _TripMsgParams.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 44
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 45
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 46
Constant defined in class The constant declaration should be moved to an interface. Medium _TripParameters.java 49
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 13
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 14
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _TripPreference.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _TripScraps.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _TripScraps.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _TripScraps.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _TripScraps.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _TripTravelerDetails.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium _TripVehicleMap.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _TripVehicleMap.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _TripVehicleMap.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium _User.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 44
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 45
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 46
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 47
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 48
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 49
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 50
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 51
Constant defined in class The constant declaration should be moved to an interface. Medium _UserDetails.java 52
Constant defined in class The constant declaration should be moved to an interface. Medium _UserGeofenceMap.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _UserGeofenceMap.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _UserGeofenceMap.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _UserLandmarks.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreference.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreference.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreference.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreference.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreference.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 15
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 16
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _UserPreferences.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 21
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 22
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _Vehicle.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 23
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 24
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 25
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 26
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 27
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 28
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 29
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 30
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 31
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 32
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 33
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 34
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 35
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 36
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 37
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 38
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 39
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 40
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 41
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 42
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 43
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 44
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleDetails.java 46
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleGroup.java 17
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleGroup.java 18
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleGroup.java 19
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleGroup.java 20
Constant defined in class The constant declaration should be moved to an interface. Medium _VehicleGroup.java 22
 
Violation Recommendation Severity Resolved Resource Line
No message specified when creating exception Pass a message in when creating the exception. Medium PacketConsumer.java 91
 
Violation Recommendation Severity Resolved Resource Line
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CategoryReader.java 77
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CategoryReader.java 80
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CategoryReader.java 82
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CategoryReader.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium CategoryReader.java 87
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DirectParamEvaluator.java 32
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DirectParamEvaluator.java 37
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DirectParamEvaluator.java 38
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DirectParamEvaluator.java 43
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DriftMasker.java 42
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DriftMasker.java 45
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DriftMasker.java 55
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DriftMasker.java 63
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DriftMasker.java 73
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpReader.java 80
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpReader.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpReader.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpReader.java 87
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpReader.java 89
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpressionDecoder.java 59
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpressionDecoder.java 81
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpressionDecoder.java 81
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ExpressionDecoder.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorReader.java 126
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorReader.java 129
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorReader.java 131
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorReader.java 132
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorReader.java 135
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium GpsWebserviceClient.java 95
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FileUtilities.java 41
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FileUtilities.java 44
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FileUtilities.java 62
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FileUtilities.java 77
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium FileUtilities.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LoggerStackTraceUtil.java 21
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LoggerStackTraceUtil.java 21
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LogHandler.java 21
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketDataFetcher.java 76
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketDataFetcher.java 85
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketDataFetcher.java 88
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketDataFetcher.java 90
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 27
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 28
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 29
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 32
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 33
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ParamUtils.java 47
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ValidatorFactory.java 31
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 30
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 57
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 60
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 61
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 62
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AlertManager.java 79
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AsyncCaller.java 74
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AsyncCaller.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AsyncCaller.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Base16Encoder.java 12
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Base16Encoder.java 23
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ClientCommunicator.java 41
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ClientCommunicator.java 46
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ClientCommunicator.java 67
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ClientCommunicator.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 34
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 36
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 75
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 77
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 107
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium configReader.java 109
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConsumerThread.java 54
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConsumerThread.java 108
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConsumerThread.java 111
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ConsumerThread.java 127
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DBManager.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DBManager.java 113
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium DBManager.java 117
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 47
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 62
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 64
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 94
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 122
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 172
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 191
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 202
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 204
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium LMUUtils.java 221
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 105
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 111
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 115
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 151
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 171
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketConsumer.java 232
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 26
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 27
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 46
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 71
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 124
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 150
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 234
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium packetHandler.java 242
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketProducer.java 133
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketProducer.java 134
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium PacketProducer.java 144
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 59
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 68
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 81
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 155
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 256
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 265
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 265
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 270
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium recieveThread.java 270
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 35
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 42
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 92
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 94
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 119
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 119
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 121
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 126
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 126
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium sendMessage.java 130
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TestClient.java 36
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TestClient.java 41
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TestClient.java 64
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TestClient.java 83
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TimerTask1.java 34
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 47
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 72
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 92
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 98
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 115
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 176
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPClient.java 177
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServer.java 26
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerHandler.java 91
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerMINA.java 78
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerMINA.java 84
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerMINA.java 100
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerMINA.java 105
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium UDPServerMINA.java 107
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccumulatorRef.java 31
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccumulatorRef.java 36
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium AccumulatorRef.java 39
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Configurations.java 26
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Configurations.java 30
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Configurations.java 32
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Device.java 20
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Device.java 21
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Device.java 33
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium Device.java 34
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportRef.java 31
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium ReportRef.java 32
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 126
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 131
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 145
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 183
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 185
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripDetails.java 185
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripMsgParams.java 29
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripMsgParams.java 31
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 76
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 120
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 154
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 201
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 213
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 220
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 222
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 246
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 249
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 271
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 296
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 305
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 342
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 354
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium TripParameters.java 364
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleDetails.java 34
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleDetails.java 36
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium VehicleDetails.java 39
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JarRsrcLoader.java 33
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JarRsrcLoader.java 36
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JarRsrcLoader.java 44
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JarRsrcLoader.java 44
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JarRsrcLoader.java 45
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JarRsrcLoader.java 51
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JarRsrcLoader.java 54
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium JarRsrcLoader.java 59
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RsrcURLStreamHandler.java 26
Dereferencing a possibly null reference Check for a null value before de-referencing the variable. Medium RsrcURLStreamHandler.java 29
 
Violation Recommendation Severity Resolved Resource Line
Convert class to interface: UpdateRfidHistoryResponse Convert the UpdateRfidHistoryResponse class to an interface. Medium UpdateRfidHistoryResponse.java 31
Convert class to interface: LMMessage Convert the LMMessage class to an interface. Medium LMMessage.java 2
Convert class to interface: mandatoryItems Convert the mandatoryItems class to an interface. Medium mandatoryItems.java 2
Convert class to interface: Accounts Convert the Accounts class to an interface. Medium Accounts.java 5
Convert class to interface: _LMU4100Map Convert the _LMU4100Map class to an interface. Medium _LMU4100Map.java 11
Convert class to interface: CharityBarometer Convert the CharityBarometer class to an interface. Medium CharityBarometer.java 5
Convert class to interface: Feedback Convert the Feedback class to an interface. Medium Feedback.java 5
Convert class to interface: FenceHistory Convert the FenceHistory class to an interface. Medium FenceHistory.java 5
Convert class to interface: FrequentTravellerDetails Convert the FrequentTravellerDetails class to an interface. Medium FrequentTravellerDetails.java 5
Convert class to interface: FrequentTripDetails Convert the FrequentTripDetails class to an interface. Medium FrequentTripDetails.java 5
Convert class to interface: Geofence Convert the Geofence class to an interface. Medium Geofence.java 5
Convert class to interface: GeovehicleMap Convert the GeovehicleMap class to an interface. Medium GeovehicleMap.java 5
Convert class to interface: Inbox Convert the Inbox class to an interface. Medium Inbox.java 5
Convert class to interface: Notification Convert the Notification class to an interface. Medium Notification.java 5
Convert class to interface: PickupPoints Convert the PickupPoints class to an interface. Medium PickupPoints.java 5
Convert class to interface: _LMU4100Map Convert the _LMU4100Map class to an interface. Medium _LMU4100Map.java 11
Convert class to interface: SavingStatus Convert the SavingStatus class to an interface. Medium SavingStatus.java 5
Convert class to interface: Speedparameter Convert the Speedparameter class to an interface. Medium Speedparameter.java 5
Convert class to interface: TripPreference Convert the TripPreference class to an interface. Medium TripPreference.java 5
Convert class to interface: TripScraps Convert the TripScraps class to an interface. Medium TripScraps.java 5
Convert class to interface: TripTravelerDetails Convert the TripTravelerDetails class to an interface. Medium TripTravelerDetails.java 5
Convert class to interface: TripVehicleMap Convert the TripVehicleMap class to an interface. Medium TripVehicleMap.java 5
Convert class to interface: User Convert the User class to an interface. Medium User.java 5
Convert class to interface: UserDetails Convert the UserDetails class to an interface. Medium UserDetails.java 5
Convert class to interface: UserGeofenceMap Convert the UserGeofenceMap class to an interface. Medium UserGeofenceMap.java 5
Convert class to interface: UserLandmarks Convert the UserLandmarks class to an interface. Medium UserLandmarks.java 5
Convert class to interface: UserPreference Convert the UserPreference class to an interface. Medium UserPreference.java 5
Convert class to interface: UserPreferences Convert the UserPreferences class to an interface. Medium UserPreferences.java 5
Convert class to interface: Vehicle Convert the Vehicle class to an interface. Medium Vehicle.java 5
Convert class to interface: VehicleGroup Convert the VehicleGroup class to an interface. Medium VehicleGroup.java 5
 
Violation Recommendation Severity Resolved Resource Line
Local variable should be final: util Declare the "util" variable final. Medium CategoryReader.java 46
Local variable should be final: mylist Declare the "mylist" variable final. Medium CategoryReader.java 60
Local variable should be final: expressionReader Declare the "expressionReader" variable final. Medium DirectParamEvaluator.java 31
Local variable should be final: expression Declare the "expression" variable final. Medium DirectParamEvaluator.java 33
Local variable should be final: decoder Declare the "decoder" variable final. Medium DirectParamEvaluator.java 34
Local variable should be final: handler Declare the "handler" variable final. Medium DirectParamEvaluator.java 35
Local variable should be final: correctPacketvalues Declare the "correctPacketvalues" variable final. Medium DriftMasker.java 34
Local variable should be final: arlValue Declare the "arlValue" variable final. Medium DriftMasker.java 38
Local variable should be final: catReader Declare the "catReader" variable final. Medium DriftMasker.java 41
Local variable should be final: decoder Declare the "decoder" variable final. Medium DriftMasker.java 43
Local variable should be final: loadCategory Declare the "loadCategory" variable final. Medium DriftMasker.java 48
Local variable should be final: expression Declare the "expression" variable final. Medium DriftMasker.java 52
Local variable should be final: Keys Declare the "Keys" variable final. Medium DriftMasker.java 69
Local variable should be final: util Declare the "util" variable final. Medium ExpReader.java 46
Local variable should be final: mylist Declare the "mylist" variable final. Medium ExpReader.java 64
Local variable should be final: arlValue Declare the "arlValue" variable final. Medium ExpressionDecoder.java 45
Local variable should be final: ss Declare the "ss" variable final. Medium ExpressionDecoder.java 120
Local variable should be final: objJep Declare the "objJep" variable final. Medium ExpressionHandler.java 54
Local variable should be final: util Declare the "util" variable final. Medium ValidatorReader.java 49
Local variable should be final: mylist Declare the "mylist" variable final. Medium ValidatorReader.java 106
Private field should be final: log Declare the "log" field final. Medium GpsWebserviceClient.java 31
Local variable should be final: lat Declare the "lat" variable final. Medium GpsWebserviceClient.java 72
Local variable should be final: lon Declare the "lon" variable final. Medium GpsWebserviceClient.java 73
Local variable should be final: vehicleId Declare the "vehicleId" variable final. Medium GpsWebserviceClient.java 74
Local variable should be final: cal Declare the "cal" variable final. Medium GpsWebserviceClient.java 75
Local variable should be final: url Declare the "url" variable final. Medium GpsWebserviceClient.java 86
Local variable should be final: qname Declare the "qname" variable final. Medium GpsWebserviceClient.java 90
Local variable should be final: service Declare the "service" variable final. Medium GpsWebserviceClient.java 92
Local variable should be final: region Declare the "region" variable final. Medium GpsWebserviceClient.java 95
Local variable should be final: itr Declare the "itr" variable final. Medium GpsWebserviceClient.java 97
Private field should be final: log Declare the "log" field final. Medium FileUtilities.java 31
Local variable should be final: dbf Declare the "dbf" variable final. Medium FileUtilities.java 35
Local variable should be final: db Declare the "db" variable final. Medium FileUtilities.java 36
Local variable should be final: is Declare the "is" variable final. Medium FileUtilities.java 38
Local variable should be final: nList Declare the "nList" variable final. Medium FileUtilities.java 62
Local variable should be final: j Declare the "j" variable final. Medium FileUtilities.java 73
Private field should be final: log Declare the "log" field final. Medium LoggerStackTraceUtil.java 11
Local variable should be final: aryError Declare the "aryError" variable final. Medium LoggerStackTraceUtil.java 19
Local variable should be final: bout Declare the "bout" variable final. Medium LogHandler.java 20
Local variable should be final: msg Declare the "msg" variable final. Medium LogHandler.java 22
Local variable should be final: restWS Declare the "restWS" variable final. Medium PacketDataFetcher.java 35
Local variable should be final: query Declare the "query" variable final. Medium PacketDataFetcher.java 55
Local variable should be final: array Declare the "array" variable final. Medium PacketDataFetcher.java 75
Local variable should be final: hashKeys Declare the "hashKeys" variable final. Medium PacketDataFetcher.java 76
Local variable should be final: oldParamVals Declare the "oldParamVals" variable final. Medium ParamUtils.java 23
Local variable should be final: strA Declare the "strA" variable final. Medium ParamUtils.java 47
Local variable should be final: arlReturn Declare the "arlReturn" variable final. Medium ParamUtils.java 49
Private field should be final: log Declare the "log" field final. Medium ValidatorFactory.java 17
Local variable should be final: c Declare the "c" variable final. Medium ValidatorFactory.java 20
Local variable should be final: eventcodes Declare the "eventcodes" variable final. Medium AlertManager.java 29
Local variable should be final: formatter Declare the "formatter" variable final. Medium AlertManager.java 50
Local variable should be final: vehicle Declare the "vehicle" variable final. Medium AlertManager.java 57
Local variable should be final: speed Declare the "speed" variable final. Medium AlertManager.java 58
Local variable should be final: dte Declare the "dte" variable final. Medium AlertManager.java 59
Local variable should be final: group Declare the "group" variable final. Medium AlertManager.java 63
Local variable should be final: alMgr Declare the "alMgr" variable final. Medium AlertManager.java 77
Local variable should be final: e Declare the "e" variable final. Medium AlertManager.java 79
Local variable should be final: isInterested Declare the "isInterested" variable final. Medium AlertManager.java 85
Local variable should be final: future Declare the "future" variable final. Medium AsyncCaller.java 43
Local variable should be final: cal Declare the "cal" variable final. Medium AsyncCaller.java 66
Local variable should be final: date2 Declare the "date2" variable final. Medium AsyncCaller.java 75
Local variable should be final: gpsClient Declare the "gpsClient" variable final. Medium AsyncCaller.java 76
Local variable should be final: alMgr Declare the "alMgr" variable final. Medium AsyncCaller.java 82
Local variable should be final: eventcode Declare the "eventcode" variable final. Medium AsyncCaller.java 85
Local variable should be final: evcode Declare the "evcode" variable final. Medium AsyncCaller.java 86
Local variable should be final: OrgId Declare the "OrgId" variable final. Medium AsyncCaller.java 88
Local variable should be final: restWS Declare the "restWS" variable final. Medium AsyncCaller.java 98
Local variable should be final: isIn Declare the "isIn" variable final. Medium AsyncCaller.java 100
Local variable should be final: formatter Declare the "formatter" variable final. Medium AsyncCaller.java 102
Local variable should be final: encoder Declare the "encoder" variable final. Medium AsyncCaller.java 106
Local variable should be final: date Declare the "date" variable final. Medium AsyncCaller.java 109
Local variable should be final: flag Declare the "flag" variable final. Medium AsyncCaller.java 111
Local variable should be final: msr Declare the "msr" variable final. Medium AsyncCaller.java 150
Local variable should be final: hexBuffer Declare the "hexBuffer" variable final. Medium Base16Encoder.java 12
Local variable should be final: len Declare the "len" variable final. Medium Base16Encoder.java 23
Local variable should be final: r Declare the "r" variable final. Medium Base16Encoder.java 24
Private field should be final: connector Declare the "connector" field final. Medium ClientCommunicator.java 25
Local variable should be final: connFuture Declare the "connFuture" variable final. Medium ClientCommunicator.java 38
Local variable should be final: free Declare the "free" variable final. Medium ClientCommunicator.java 64
Local variable should be final: ack Declare the "ack" variable final. Medium ClientCommunicator.java 65
Local variable should be final: buffer Declare the "buffer" variable final. Medium ClientCommunicator.java 66
Local variable should be final: resbundle Declare the "resbundle" variable final. Medium CommonClass.java 20
Local variable should be final: jc Declare the "jc" variable final. Medium configReader.java 32
Local variable should be final: unmarshaller Declare the "unmarshaller" variable final. Medium configReader.java 34
Local variable should be final: jc Declare the "jc" variable final. Medium configReader.java 73
Local variable should be final: unmarshaller Declare the "unmarshaller" variable final. Medium configReader.java 75
Local variable should be final: jc Declare the "jc" variable final. Medium configReader.java 105
Local variable should be final: unmarshaller Declare the "unmarshaller" variable final. Medium configReader.java 107
Private field should be final: observerList Declare the "observerList" field final. Medium ConsumerThread.java 24
Private field should be final: i Declare the "i" field final. Medium ConsumerThread.java 26
Local variable should be final: services Declare the "services" variable final. Medium ConsumerThread.java 36
Local variable should be final: dbObj Declare the "dbObj" variable final. Medium ConsumerThread.java 139
Private field should be final: format1 Declare the "format1" field final. Medium LMUUtils.java 38
Local variable should be final: date1 Declare the "date1" variable final. Medium LMUUtils.java 41
Local variable should be final: d Declare the "d" variable final. Medium LMUUtils.java 45
Local variable should be final: cal Declare the "cal" variable final. Medium LMUUtils.java 46
Local variable should be final: digits Declare the "digits" variable final. Medium LMUUtils.java 61
Local variable should be final: digits Declare the "digits" variable final. Medium LMUUtils.java 75
Local variable should be final: cal Declare the "cal" variable final. Medium LMUUtils.java 90
Local variable should be final: format Declare the "format" variable final. Medium LMUUtils.java 110
Local variable should be final: cal Declare the "cal" variable final. Medium LMUUtils.java 112
Local variable should be final: client Declare the "client" variable final. Medium LMUUtils.java 120
Local variable should be final: host Declare the "host" variable final. Medium LMUUtils.java 121
Local variable should be final: method Declare the "method" variable final. Medium LMUUtils.java 124
Local variable should be final: statusCode Declare the "statusCode" variable final. Medium LMUUtils.java 144
Local variable should be final: responseBody Declare the "responseBody" variable final. Medium LMUUtils.java 154
Local variable should be final: utils Declare the "utils" variable final. Medium LMUUtils.java 183
Local variable should be final: factory Declare the "factory" variable final. Medium LMUUtils.java 190
Local variable should be final: xpath1 Declare the "xpath1" variable final. Medium LMUUtils.java 191
Local variable should be final: xpath2 Declare the "xpath2" variable final. Medium LMUUtils.java 192
Local variable should be final: exp1 Declare the "exp1" variable final. Medium LMUUtils.java 193
Local variable should be final: exp2 Declare the "exp2" variable final. Medium LMUUtils.java 194
Local variable should be final: address1 Declare the "address1" variable final. Medium LMUUtils.java 195
Local variable should be final: address2 Declare the "address2" variable final. Medium LMUUtils.java 196
Local variable should be final: inputXML Declare the "inputXML" variable final. Medium LMUUtils.java 201
Local variable should be final: inputXML2 Declare the "inputXML2" variable final. Medium LMUUtils.java 203
Private field should be final: log Declare the "log" field final. Medium MyLogger.java 8
Private field should be final: iPacketObserverList Declare the "iPacketObserverList" field final. Medium PacketConsumer.java 62
Local variable should be final: context Declare the "context" variable final. Medium PacketConsumer.java 70
Local variable should be final: accumRef Declare the "accumRef" variable final. Medium PacketConsumer.java 73
Local variable should be final: objConfig Declare the "objConfig" variable final. Medium PacketConsumer.java 83
Local variable should be final: ex Declare the "ex" variable final. Medium PacketConsumer.java 91
Local variable should be final: reader Declare the "reader" variable final. Medium PacketConsumer.java 104
Local variable should be final: validatorList Declare the "validatorList" variable final. Medium PacketConsumer.java 106
Local variable should be final: validatorFactory Declare the "validatorFactory" variable final. Medium PacketConsumer.java 108
Local variable should be final: commObj Declare the "commObj" variable final. Medium PacketConsumer.java 126
Local variable should be final: context Declare the "context" variable final. Medium PacketConsumer.java 221
Local variable should be final: reference Declare the "reference" variable final. Medium PacketConsumer.java 226
Local variable should be final: Report Declare the "Report" variable final. Medium PacketConsumer.java 228
Local variable should be final: objPck Declare the "objPck" variable final. Medium PacketConsumer.java 244
Local variable should be final: commObj Declare the "commObj" variable final. Medium PacketProducer.java 48
Local variable should be final: thrdQ Declare the "thrdQ" variable final. Medium PacketProducer.java 102
Local variable should be final: objMsg Declare the "objMsg" variable final. Medium PacketProducer.java 130
Local variable should be final: properties Declare the "properties" variable final. Medium ProrpertiesManager.java 11
Local variable should be final: thrdQ Declare the "thrdQ" variable final. Medium QueueAllocator.java 65
Local variable should be final: qnamearr Declare the "qnamearr" variable final. Medium QueueAllocator.java 67
Local variable should be final: s Declare the "s" variable final. Medium recieveThread.java 59
Local variable should be final: sendData Declare the "sendData" variable final. Medium recieveThread.java 60
Local variable should be final: objndler Declare the "objndler" variable final. Medium recieveThread.java 64
Local variable should be final: mobileNumber Declare the "mobileNumber" variable final. Medium recieveThread.java 68
Local variable should be final: dateMillis Declare the "dateMillis" variable final. Medium recieveThread.java 69
Local variable should be final: strValue Declare the "strValue" variable final. Medium recieveThread.java 77
Local variable should be final: dummyHshtble Declare the "dummyHshtble" variable final. Medium recieveThread.java 141
Local variable should be final: objLMdir Declare the "objLMdir" variable final. Medium recieveThread.java 142
Local variable should be final: keys Declare the "keys" variable final. Medium recieveThread.java 144
Local variable should be final: objLMDr Declare the "objLMDr" variable final. Medium recieveThread.java 177
Local variable should be final: objParm Declare the "objParm" variable final. Medium recieveThread.java 178
Local variable should be final: producer Declare the "producer" variable final. Medium recieveThread.java 198
Local variable should be final: objProducer Declare the "objProducer" variable final. Medium recieveThread.java 200
Local variable should be final: keys Declare the "keys" variable final. Medium recieveThread.java 256
Local variable should be final: recThread Declare the "recThread" variable final. Medium recieveThread.java 282
Local variable should be final: objParam Declare the "objParam" variable final. Medium sendMessage.java 40
Local variable should be final: buffer Declare the "buffer" variable final. Medium sendMessage.java 41
Local variable should be final: strSize Declare the "strSize" variable final. Medium sendMessage.java 42
Local variable should be final: arlCopyValues Declare the "arlCopyValues" variable final. Medium sendMessage.java 63
Local variable should be final: dateFormat Declare the "dateFormat" variable final. Medium sendMessage.java 89
Local variable should be final: date Declare the "date" variable final. Medium sendMessage.java 90
Private field should be final: connector Declare the "connector" field final. Medium TestClient.java 21
Local variable should be final: connFuture Declare the "connFuture" variable final. Medium TestClient.java 33
Local variable should be final: strInput Declare the "strInput" variable final. Medium TestClient.java 61
Local variable should be final: buffer Declare the "buffer" variable final. Medium TestClient.java 63
Local variable should be final: buffer Declare the "buffer" variable final. Medium TestClient.java 91
Local variable should be final: executor Declare the "executor" variable final. Medium TimerTask1.java 29
Local variable should be final: serverSocket Declare the "serverSocket" variable final. Medium UDPServer.java 13
Local variable should be final: receiveData Declare the "receiveData" variable final. Medium UDPServer.java 14
Local variable should be final: sendData Declare the "sendData" variable final. Medium UDPServer.java 15
Local variable should be final: bits Declare the "bits" variable final. Medium UDPServer.java 39
Private field should be final: server Declare the "server" field final. Medium UDPServerHandler.java 22
Local variable should be final: buffer Declare the "buffer" variable final. Medium UDPServerHandler.java 89
Local variable should be final: remoteAddress Declare the "remoteAddress" variable final. Medium UDPServerHandler.java 91
Local variable should be final: packObj Declare the "packObj" variable final. Medium UDPServerMINA.java 66
Local variable should be final: acceptor Declare the "acceptor" variable final. Medium UDPServerMINA.java 70
Local variable should be final: chain Declare the "chain" variable final. Medium UDPServerMINA.java 73
Local variable should be final: dcfg Declare the "dcfg" variable final. Medium UDPServerMINA.java 83
Local variable should be final: addr Declare the "addr" variable final. Medium UDPServerMINA.java 106
Local variable should be final: IPAddress Declare the "IPAddress" variable final. Medium UDPServerMINA.java 107
Local variable should be final: port Declare the "port" variable final. Medium UDPServerMINA.java 108
Local variable should be final: url Declare the "url" variable final. Medium UDPServerMINA.java 123
Private field should be final: log Declare the "log" field final. Medium AccumulatorRef.java 17
Local variable should be final: hashAccum Declare the "hashAccum" variable final. Medium AccumulatorRef.java 22
Local variable should be final: accumIterator Declare the "accumIterator" variable final. Medium AccumulatorRef.java 24
Local variable should be final: query Declare the "query" variable final. Medium AccumulatorRef.java 26
Private field should be final: log Declare the "log" field final. Medium Configurations.java 16
Local variable should be final: configIterator Declare the "configIterator" variable final. Medium Configurations.java 21
Local variable should be final: query Declare the "query" variable final. Medium Configurations.java 22
Local variable should be final: selectQuery Declare the "selectQuery" variable final. Medium Device.java 32
Local variable should be final: devices Declare the "devices" variable final. Medium Device.java 33
Local variable should be final: ctxt Declare the "ctxt" variable final. Medium Device.java 51
Local variable should be final: device Declare the "device" variable final. Medium Device.java 52
Local variable should be final: lmap Declare the "lmap" variable final. Medium LMU4100Map.java 50
Private field should be final: log Declare the "log" field final. Medium ReportRef.java 22
Local variable should be final: report Declare the "report" variable final. Medium ReportRef.java 29
Local variable should be final: selectQuery Declare the "selectQuery" variable final. Medium ReportRef.java 30
Private field should be final: log Declare the "log" field final. Medium TripDetails.java 26
Local variable should be final: actualTime Declare the "actualTime" variable final. Medium TripDetails.java 69
Local variable should be final: query Declare the "query" variable final. Medium TripDetails.java 73
Local variable should be final: hours Declare the "hours" variable final. Medium TripDetails.java 99
Local variable should be final: mins Declare the "mins" variable final. Medium TripDetails.java 100
Local variable should be final: append1 Declare the "append1" variable final. Medium TripDetails.java 112
Local variable should be final: qualifier1 Declare the "qualifier1" variable final. Medium TripDetails.java 142
Local variable should be final: tripObj Declare the "tripObj" variable final. Medium TripDetails.java 178
Local variable should be final: ctxt Declare the "ctxt" variable final. Medium TripDetails.java 179
Local variable should be final: cal Declare the "cal" variable final. Medium TripDetails.java 181
Local variable should be final: date Declare the "date" variable final. Medium TripDetails.java 182
Local variable should be final: lng Declare the "lng" variable final. Medium TripDetails.java 184
Local variable should be final: lng1 Declare the "lng1" variable final. Medium TripDetails.java 185
Local variable should be final: trpMsgParams Declare the "trpMsgParams" variable final. Medium TripMsgParams.java 27
Local variable should be final: len Declare the "len" variable final. Medium TripMsgParams.java 30
Private field should be final: log Declare the "log" field final. Medium VehicleDetails.java 15
Local variable should be final: mi Declare the "mi" variable final. Medium JarRsrcLoader.java 30
Local variable should be final: cl Declare the "cl" variable final. Medium JarRsrcLoader.java 31
Local variable should be final: rsrcUrls Declare the "rsrcUrls" variable final. Medium JarRsrcLoader.java 33
Local variable should be final: jceClassLoader Declare the "jceClassLoader" variable final. Medium JarRsrcLoader.java 41
Local variable should be final: c Declare the "c" variable final. Medium JarRsrcLoader.java 43
Local variable should be final: main Declare the "main" variable final. Medium JarRsrcLoader.java 44
Local variable should be final: resEnum Declare the "resEnum" variable final. Medium JarRsrcLoader.java 49
Local variable should be final: result Declare the "result" variable final. Medium JarRsrcLoader.java 86
Local variable should be final: file Declare the "file" variable final. Medium RsrcURLConnection.java 24
Local variable should be final: result Declare the "result" variable final. Medium RsrcURLConnection.java 25
Private field should be final: classLoader Declare the "classLoader" field final. Medium RsrcURLConnection.java 32
Private field should be final: classLoader Declare the "classLoader" field final. Medium RsrcURLStreamHandler.java 39
Private field should be final: classLoader Declare the "classLoader" field final. Medium RsrcURLStreamHandlerFactory.java 33
 
Violation Recommendation Severity Resolved Resource Line
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium CategoryReader.java 60
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium DriftMasker.java 38
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium ExpReader.java 64
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium ValidatorReader.java 106
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium PacketDataFetcher.java 57
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium ParamUtils.java 49
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium configReader.java 20
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium packetHandler.java 20
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium packetHandler.java 83
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium packetHandler.java 88
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium packetHandler.java 93
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium recieveThread.java 141
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium sendMessage.java 63
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium UDPServerMINA.java 59
Define the initial capacity of Hashtable instances Pre-define the initial capacity to avoid expensive array expansion. Medium TripParameters.java 49
Define the initial capacity of ArrayList instances Pre-define the initial capacity to avoid expensive array expansion. Medium JarRsrcLoader.java 86
 
Violation Recommendation Severity Resolved Resource Line
Non-private constructor in class containing only static members Change the visibility of the constructor to private. Medium JIJConstants.java 7
 
Violation Recommendation Severity Resolved Resource Line
Define the load factor of Hashtable<String,List<Node>> instances Pass the load factor as an argument to the constructor. Medium CategoryReader.java 31
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium DriftMasker.java 28
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium DriftMasker.java 34
Define the load factor of Hashtable<String,List<Node>> instances Pass the load factor as an argument to the constructor. Medium ExpReader.java 31
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium ExpressionDecoder.java 23
Define the load factor of Hashtable<String,List<Node>> instances Pass the load factor as an argument to the constructor. Medium ValidatorReader.java 33
Define the load factor of Hashtable<String,List<Node>> instances Pass the load factor as an argument to the constructor. Medium FileUtilities.java 59
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium PacketDataFetcher.java 57
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium ParamUtils.java 23
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium AlertManager.java 25
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium configReader.java 20
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium PacketConsumer.java 57
Define the load factor of Hashtable<Integer,Integer> instances Pass the load factor as an argument to the constructor. Medium PacketConsumer.java 59
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium packetHandler.java 20
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium packetHandler.java 83
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium packetHandler.java 88
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium packetHandler.java 93
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium recieveThread.java 141
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium UDPServerMINA.java 53
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium UDPServerMINA.java 59
Define the load factor of Hashtable<String,String> instances Pass the load factor as an argument to the constructor. Medium AccumulatorRef.java 22
Define the load factor of Hashtable instances Pass the load factor as an argument to the constructor. Medium TripParameters.java 49
Define the load factor of Hashtable<String,Double> instances Pass the load factor as an argument to the constructor. Medium TripParameters.java 108
 
Violation Recommendation Severity Resolved Resource Line
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium Base16Encoder.java 36
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium packetHandler.java 33
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 66
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 67
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 75
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 76
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 77
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 78
Casting from "int" to "byte" Either test the value first or attempt to remove the cast. Medium sendMessage.java 79
 
Violation Recommendation Severity Resolved Resource Line
Accidental Concatenation Enclose the sub-expression in parentheses. Medium sendMessage.java 71
Accidental Concatenation Enclose the sub-expression in parentheses. Medium sendMessage.java 72
 
Violation Recommendation Severity Resolved Resource Line
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium TestClient.java 93
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium TimerTask1.java 37
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium UDPClient.java 107
Use of concatenation in println method Replace the single invocation with a sequence of invocations. Medium JarRsrcLoader.java 72
 
Violation Recommendation Severity Resolved Resource Line
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium ConsumerThread.java 113
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium ConsumerThread.java 113
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium LMUUtils.java 80
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium packetHandler.java 49
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium sendMessage.java 87
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium sendMessage.java 132
Concatenation of strings within a loop Create a StringBuffer before entering the loop, and append to it within the loop. Medium UDPServerMINA.java 102
 
Violation Recommendation Severity Resolved Resource Line
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UpdateRfidHistoryResponse.java 10
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium LMMessage.java 2
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Accounts.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium _LMU4100Map.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium CharityBarometer.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Feedback.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium FenceHistory.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium FrequentTravellerDetails.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium FrequentTripDetails.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Geofence.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium GeovehicleMap.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Inbox.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Notification.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium PickupPoints.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium _LMU4100Map.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium SavingStatus.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Speedparameter.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium TripPreference.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium TripScraps.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium TripTravelerDetails.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium TripVehicleMap.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium User.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UserDetails.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UserGeofenceMap.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UserLandmarks.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UserPreference.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium UserPreferences.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium Vehicle.java 5
An empty class definition was found Remove the class, complete its definition, or change it to an interface. Medium VehicleGroup.java 5
 
Violation Recommendation Severity Resolved Resource Line
Non-final package instance field: "doc" Change field from non-final to final. Medium CategoryReader.java 28
Non-final package instance field: "validHashTable" Change field from non-final to final. Medium CategoryReader.java 31
Non-final package instance field: "oldParamVals" Change field from non-final to final. Medium DriftMasker.java 28
Non-final package instance field: "fetcher" Change field from non-final to final. Medium DriftMasker.java 29
Non-final package instance field: "util" Change field from non-final to final. Medium DriftMasker.java 30
Non-final package instance field: "handler" Change field from non-final to final. Medium DriftMasker.java 31
Non-final package instance field: "doc" Change field from non-final to final. Medium ExpReader.java 28
Non-final package instance field: "validHashTable" Change field from non-final to final. Medium ExpReader.java 31
Non-final public instance field: "locHparam" Change field from non-final to final. Medium ExpressionDecoder.java 22
Non-final package instance field: "oldParamVals" Change field from non-final to final. Medium ExpressionDecoder.java 23
Non-final package instance field: "util" Change field from non-final to final. Medium ExpressionDecoder.java 24
Non-final package instance field: "fetcher" Change field from non-final to final. Medium ExpressionDecoder.java 26
Non-final package instance field: "doc" Change field from non-final to final. Medium ValidatorReader.java 31
Non-final package instance field: "validHashTable" Change field from non-final to final. Medium ValidatorReader.java 33
Non-final protected instance field: "vehicleId" Change field from non-final to final. Medium MobileAlert.java 51
Non-final protected instance field: "url" Change field from non-final to final. Medium MobileAlert.java 52
Non-final protected instance field: "username" Change field from non-final to final. Medium MobileAlert.java 54
Non-final protected instance field: "password" Change field from non-final to final. Medium MobileAlert.java 56
Non-final protected instance field: "senderId" Change field from non-final to final. Medium MobileAlert.java 58
Non-final protected instance field: "message" Change field from non-final to final. Medium MobileAlert.java 60
Non-final protected instance field: "proxy" Change field from non-final to final. Medium MobileAlert.java 62
Non-final protected instance field: "port" Change field from non-final to final. Medium MobileAlert.java 64
Non-final protected instance field: "url" Change field from non-final to final. Medium MobileAlertMessage.java 43
Non-final protected instance field: "queryString" Change field from non-final to final. Medium MobileAlertMessage.java 45
Non-final protected instance field: "proxy" Change field from non-final to final. Medium MobileAlertMessage.java 47
Non-final protected instance field: "port" Change field from non-final to final. Medium MobileAlertMessage.java 49
Non-final protected instance field: "out" Change field from non-final to final. Medium MobileAlertMessageResponse.java 36
Non-final protected instance field: "out" Change field from non-final to final. Medium MobileAlertResponse.java 36
Non-final protected instance field: "vehicleId" Change field from non-final to final. Medium PointInPolygon.java 45
Non-final protected instance field: "lat" Change field from non-final to final. Medium PointInPolygon.java 46
Non-final protected instance field: "lan" Change field from non-final to final. Medium PointInPolygon.java 47
Non-final protected instance field: "packetTime" Change field from non-final to final. Medium PointInPolygon.java 48
Non-final protected instance field: "out" Change field from non-final to final. Medium PointInPolygonResponse.java 36
Non-final protected instance field: "vehicleId" Change field from non-final to final. Medium UpdateRfidHistory.java 47
Non-final protected instance field: "rfidNo" Change field from non-final to final. Medium UpdateRfidHistory.java 48
Non-final protected instance field: "lat" Change field from non-final to final. Medium UpdateRfidHistory.java 50
Non-final protected instance field: "lon" Change field from non-final to final. Medium UpdateRfidHistory.java 51
Non-final protected instance field: "packetTime" Change field from non-final to final. Medium UpdateRfidHistory.java 52
Non-final protected instance field: "vehicleId" Change field from non-final to final. Medium WhetherInterested.java 45
Non-final protected instance field: "lat" Change field from non-final to final. Medium WhetherInterested.java 46
Non-final protected instance field: "lan" Change field from non-final to final. Medium WhetherInterested.java 47
Non-final protected instance field: "packetTime" Change field from non-final to final. Medium WhetherInterested.java 48
Non-final protected instance field: "out" Change field from non-final to final. Medium WhetherInterestedResponse.java 36
Non-final package instance field: "validHashTable" Change field from non-final to final. Medium FileUtilities.java 59
Non-final package instance field: "propMgr" Change field from non-final to final. Medium AlertManager.java 19
Non-final package instance field: "notifymgr" Change field from non-final to final. Medium AlertManager.java 20
Non-final package instance field: "propertyobj" Change field from non-final to final. Medium AlertManager.java 21
Non-final package instance field: "twoDForm" Change field from non-final to final. Medium AlertManager.java 24
Non-final package instance field: "objLM" Change field from non-final to final. Medium configReader.java 15
Non-final package instance field: "masker" Change field from non-final to final. Medium ConsumerThread.java 17
Non-final public instance field: "loop" Change field from non-final to final. Medium ConsumerThread.java 18
Non-final package instance field: "objParam" Change field from non-final to final. Medium ConsumerThread.java 22
Non-final package instance field: "cal" Change field from non-final to final. Medium DBManager.java 30
Non-final package instance field: "context" Change field from non-final to final. Medium DBManager.java 31
Non-final package instance field: "latitude" Change field from non-final to final. Medium DBManager.java 32
Non-final package instance field: "longitude" Change field from non-final to final. Medium DBManager.java 33
Non-final package instance field: "utils" Change field from non-final to final. Medium DBManager.java 34
Non-final package instance field: "connFac" Change field from non-final to final. Medium PacketConsumer.java 39
Non-final package instance field: "destination" Change field from non-final to final. Medium PacketConsumer.java 46
Non-final package instance field: "consumer" Change field from non-final to final. Medium PacketConsumer.java 47
Non-final package instance field: "threads" Change field from non-final to final. Medium PacketConsumer.java 48
Non-final public instance field: "loop" Change field from non-final to final. Medium PacketConsumer.java 54
Non-final package instance field: "consumerThreads" Change field from non-final to final. Medium PacketConsumer.java 56
Non-final public instance field: "serviceType" Change field from non-final to final. Medium PacketConsumer.java 63
Non-final public instance field: "serviceValues" Change field from non-final to final. Medium PacketConsumer.java 64
Non-final package instance field: "connFac" Change field from non-final to final. Medium PacketProducer.java 31
Non-final package instance field: "esn" Change field from non-final to final. Medium QueueAllocator.java 26
Non-final package instance field: "trip" Change field from non-final to final. Medium recieveThread.java 51
Non-final package instance field: "utils" Change field from non-final to final. Medium recieveThread.java 52
Non-final package instance field: "ip" Change field from non-final to final. Medium TimerTask1.java 14
Non-final package instance field: "port" Change field from non-final to final. Medium TimerTask1.java 15
Non-final package instance field: "packsize" Change field from non-final to final. Medium TimerTask1.java 16
Non-final package instance field: "clientcount" Change field from non-final to final. Medium TimerTask1.java 17
Non-final package instance field: "packtCount" Change field from non-final to final. Medium UDPClient.java 20
Non-final package instance field: "interval" Change field from non-final to final. Medium UDPClient.java 27
Non-final package instance field: "serverSocket" Change field from non-final to final. Medium UDPServerMINA.java 56
Non-final package instance field: "inetAddr" Change field from non-final to final. Medium UDPServerMINA.java 57
Non-final public instance field: "port" Change field from non-final to final. Medium UDPServerMINA.java 58
Non-final package instance field: "utils" Change field from non-final to final. Medium TripDetails.java 27
Non-final package instance field: "cal" Change field from non-final to final. Medium TripDetails.java 28
Non-final package instance field: "cal2" Change field from non-final to final. Medium TripDetails.java 29
Non-final package instance field: "hours" Change field from non-final to final. Medium TripDetails.java 30
Non-final package instance field: "mins" Change field from non-final to final. Medium TripDetails.java 31
Non-final package instance field: "hours2" Change field from non-final to final. Medium TripDetails.java 32
Non-final package instance field: "minustime" Change field from non-final to final. Medium TripDetails.java 33
Non-final package instance field: "mins2" Change field from non-final to final. Medium TripDetails.java 34
Non-final package instance field: "trip" Change field from non-final to final. Medium TripDetails.java 35
Non-final package instance field: "organization" Change field from non-final to final. Medium TripDetails.java 36
Non-final package instance field: "restWS" Change field from non-final to final. Medium TripParameters.java 50
Non-final package instance field: "rsrcMainClass" Change field from non-final to final. Medium JarRsrcLoader.java 25
Non-final package instance field: "rsrcClassPath" Change field from non-final to final. Medium JarRsrcLoader.java 26
 
Violation Recommendation Severity Resolved Resource Line
Non-final package static field: "service" Change field from non-final to final. Medium GpsWebserviceClient.java 32
Non-final package static field: "pp" Change field from non-final to final. Medium GpsWebserviceClient.java 33
Non-final package static field: "log" Change field from non-final to final. Medium PolygonRegion_Service.java 27
Non-final package static field: "log" Change field from non-final to final. Medium AlertManager.java 18
Non-final package static field: "nontripsendstatus" Change field from non-final to final. Medium AlertManager.java 22
Non-final package static field: "eventcodelist" Change field from non-final to final. Medium AlertManager.java 23
Non-final package static field: "event_msg_hash" Change field from non-final to final. Medium AlertManager.java 25
Non-final package static field: "log" Change field from non-final to final. Medium AsyncCaller.java 31
Non-final package static field: "executor" Change field from non-final to final. Medium AsyncCaller.java 32
Non-final package static field: "log" Change field from non-final to final. Medium CommonClass.java 9
Non-final public static field: "hdrs" Change field from non-final to final. Medium configReader.java 20
Non-final package static field: "log" Change field from non-final to final. Medium configReader.java 21
Non-final package static field: "log" Change field from non-final to final. Medium DBManager.java 28
Non-final package static field: "log" Change field from non-final to final. Medium LMUUtils.java 37
Non-final package static field: "conn" Change field from non-final to final. Medium PacketConsumer.java 43
Non-final package static field: "session" Change field from non-final to final. Medium PacketConsumer.java 44
Non-final package static field: "url" Change field from non-final to final. Medium PacketConsumer.java 45
Non-final public static field: "urlRfid" Change field from non-final to final. Medium PacketConsumer.java 49
Non-final public static field: "urllstPkt" Change field from non-final to final. Medium PacketConsumer.java 50
Non-final public static field: "urlWSDL" Change field from non-final to final. Medium PacketConsumer.java 51
Non-final public static field: "urldevtn" Change field from non-final to final. Medium PacketConsumer.java 52
Non-final public static field: "urlValidLast" Change field from non-final to final. Medium PacketConsumer.java 53
Non-final package static field: "QueueCount" Change field from non-final to final. Medium PacketConsumer.java 55
Non-final public static field: "hAccum" Change field from non-final to final. Medium PacketConsumer.java 57
Non-final public static field: "categoryEvent" Change field from non-final to final. Medium PacketConsumer.java 58
Non-final public static field: "serviceList" Change field from non-final to final. Medium PacketConsumer.java 65
Non-final package static field: "log" Change field from non-final to final. Medium packetHandler.java 22
Non-final package static field: "conn" Change field from non-final to final. Medium PacketProducer.java 32
Non-final package static field: "session" Change field from non-final to final. Medium PacketProducer.java 33
Non-final package static field: "url" Change field from non-final to final. Medium PacketProducer.java 34
Non-final package static field: "destination" Change field from non-final to final. Medium PacketProducer.java 35
Non-final package static field: "producer" Change field from non-final to final. Medium PacketProducer.java 36
Non-final public static field: "NumberofQueues" Change field from non-final to final. Medium PacketProducer.java 38
Non-final public static field: "queuenames" Change field from non-final to final. Medium PacketProducer.java 41
Non-final public static field: "qnamearr" Change field from non-final to final. Medium PacketProducer.java 42
Non-final package static field: "QueueCount" Change field from non-final to final. Medium QueueAllocator.java 22
Non-final package static field: "NumberofQueues" Change field from non-final to final. Medium QueueAllocator.java 23
Non-final package static field: "log" Change field from non-final to final. Medium recieveThread.java 50
Non-final package static field: "log" Change field from non-final to final. Medium sendMessage.java 24
Non-final package static field: "serverIp" Change field from non-final to final. Medium UDPClient.java 18
Non-final package static field: "serverPort" Change field from non-final to final. Medium UDPClient.java 19
Non-final package static field: "str1" Change field from non-final to final. Medium UDPClient.java 21
Non-final package static field: "time" Change field from non-final to final. Medium UDPClient.java 22
Non-final package static field: "timer" Change field from non-final to final. Medium UDPClient.java 23
Non-final package static field: "p" Change field from non-final to final. Medium UDPClient.java 24
Non-final package static field: "count" Change field from non-final to final. Medium UDPClient.java 25
Non-final package static field: "cnt" Change field from non-final to final. Medium UDPClient.java 26
Non-final package static field: "esn" Change field from non-final to final. Medium UDPClient.java 28
Non-final package static field: "dateFormat" Change field from non-final to final. Medium UDPClient.java 29
Non-final package static field: "log" Change field from non-final to final. Medium UDPClient.java 31
Non-final package static field: "log" Change field from non-final to final. Medium UDPServerHandler.java 23
Non-final public static field: "hAccum" Change field from non-final to final. Medium UDPServerMINA.java 53
Non-final public static field: "hsObjLM" Change field from non-final to final. Medium UDPServerMINA.java 59
Non-final public static field: "hsActiveMQ" Change field from non-final to final. Medium UDPServerMINA.java 61
Non-final package static field: "log" Change field from non-final to final. Medium Device.java 16
Non-final package static field: "log" Change field from non-final to final. Medium LMU4100Map.java 11
 
Violation Recommendation Severity Resolved Resource Line
Too many fields: 22 Reduce the number of fields by splitting the class into multiple smaller classes. Medium PacketConsumer.java 37
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium UDPClient.java 16
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _Device.java 16
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _Geofence.java 18
Too many fields: 13 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _Organization.java 16
Too many fields: 44 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _TripDetails.java 25
Too many fields: 23 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _TripParameters.java 20
Too many fields: 16 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _TripTravelerDetails.java 17
Too many fields: 17 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _User.java 17
Too many fields: 34 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _UserDetails.java 27
Too many fields: 17 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _UserPreferences.java 13
Too many fields: 23 Reduce the number of fields by splitting the class into multiple smaller classes. Medium _VehicleDetails.java 21
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium TripDetails.java 23
Too many fields: 11 Reduce the number of fields by splitting the class into multiple smaller classes. Medium JIJConstants.java 4
 
Violation Recommendation Severity Resolved Resource Line
Too many methods: 26 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _Geofence.java 18
Too many methods: 26 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _Organization.java 16
Too many methods: 94 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _TripDetails.java 25
Too many methods: 45 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _TripParameters.java 20
Too many methods: 31 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _TripTravelerDetails.java 17
Too many methods: 34 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _User.java 17
Too many methods: 76 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _UserDetails.java 27
Too many methods: 32 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _UserPreferences.java 13
Too many methods: 45 Reduce the number of methods by splitting the class into multiple smaller classes. Medium _VehicleDetails.java 21
 
Violation Recommendation Severity Resolved Resource Line
Too many parameters: 7 Reduce the number of parameters by moving some of the values into a separate class. Medium sendMessage.java 30
Too many parameters: 6 Reduce the number of parameters by moving some of the values into a separate class. Medium TripMsgParams.java 22
 
Violation Recommendation Severity Resolved Resource Line
Nested block Move the code from the nested block directly into the surrounding block. Medium ClientCommunicator.java 63
Nested block Move the code from the nested block directly into the surrounding block. Medium LMU4100Map.java 33
 
Violation Recommendation Severity Resolved Resource Line
Explicit import of type from "com.gps.services": "PolygonRegion" Delete the import. Medium GpsWebserviceClient.java 21
Explicit import of type from "com.gps.services": "PolygonRegion_Service" Delete the import. Medium GpsWebserviceClient.java 22
 
Violation Recommendation Severity Resolved Resource Line
Instantiation of class LMU4100Map found Rather than creating a new instance of <code>LMU4100Map</code> to call its methods, simply call them using <code>LMU4100Map.<i>method</i>()</code>. Medium LMU4100Map.java 20
Instantiation of class LMU4100Map found Rather than creating a new instance of <code>LMU4100Map</code> to call its methods, simply call them using <code>LMU4100Map.<i>method</i>()</code>. Medium LMU4100Map.java 50
Instantiation of class LMU4100Map found Rather than creating a new instance of <code>LMU4100Map</code> to call its methods, simply call them using <code>LMU4100Map.<i>method</i>()</code>. Medium LMU4100Map.java 13
 
Violation Recommendation Severity Resolved Resource Line
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium FileUtilities.java 83
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium FileUtilities.java 88
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium PacketDataFetcher.java 88
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium PacketDataFetcher.java 92
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium PacketDataFetcher.java 96
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium AlertManager.java 34
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium AlertManager.java 79
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium AlertManager.java 81
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium Base16Encoder.java 15
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium ConsumerThread.java 53
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium PacketConsumer.java 202
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium UDPServer.java 24
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium UDPServer.java 25
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium UDPServer.java 28
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium UDPServer.java 29
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium AccumulatorRef.java 39
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium TripParameters.java 213
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium TripParameters.java 215
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium TripParameters.java 220
Synchronized method invoked in loop Invoke the method outside the loop if possible. Medium TripParameters.java 222
 
Violation Recommendation Severity Resolved Resource Line
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium CategoryReader.java 77
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium CategoryReader.java 85
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium ExpReader.java 80
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium ExpReader.java 87
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium ValidatorReader.java 126
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium ValidatorReader.java 133
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium FileUtilities.java 77
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium PacketDataFetcher.java 83
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium AlertManager.java 31
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium LMUUtils.java 64
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium packetHandler.java 31
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium UDPClient.java 70
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium UDPClient.java 89
Method invoked in a loop condition Move the invocation of the method outside the loop. Medium JarRsrcLoader.java 88
 
Violation Recommendation Severity Resolved Resource Line
The constructor invokes a non-final method Rewrite the constructor so it does not invoke any non-final methods on the object being constructed. Medium ExpressionDecoder.java 35
 
Violation Recommendation Severity Resolved Resource Line
Do not multiply by powers of 2: use "<< 1" rather than "* 2" Use the "<<" operator rather than "*". Medium Base16Encoder.java 12
Do not multiply by powers of 2: use "<< 2" rather than "* 4" Use the "<<" operator rather than "*". Medium Base16Encoder.java 15
Do not divide by powers of 2: use ">> 1" rather than "/ 2" Use the ">>" operator rather than "/". Medium Base16Encoder.java 24
Do not multiply by powers of 2: use "<< 1" rather than "* 2" Use the "<<" operator rather than "*". Medium Base16Encoder.java 26
Do not multiply by powers of 2: use "<< 1" rather than "* 2" Use the "<<" operator rather than "*". Medium Base16Encoder.java 26
Do not divide by powers of 2: use ">> 4" rather than "/ 16" Use the ">>" operator rather than "/". Medium LMUUtils.java 81
Do not divide by powers of 2: use ">> 1" rather than "/ 2" Use the ">>" operator rather than "/". Medium packetHandler.java 27
Do not divide by powers of 2: use ">> 1" rather than "/ 2" Use the ">>" operator rather than "/". Medium UDPClient.java 177
 
Violation Recommendation Severity Resolved Resource Line
The method addObserver is overloads a method inherited from ConsumerThread Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium ConsumerThread.java 74
The method deleteObserver is overloads a method inherited from ConsumerThread Either rename the methods so that they no longer have the same name, or change the number of parameters. Medium ConsumerThread.java 84
 
Violation Recommendation Severity Resolved Resource Line
Dangerous recursive call: printErrorMessage Remove method call or and a conditional to ensure an infinite loop isn't generated. Medium LoggerStackTraceUtil.java 33
 
Violation Recommendation Severity Resolved Resource Line
Variable assigned to but not referenced: "ss" Check your logic and remove this variable if it is not needed. Medium ExpressionDecoder.java 120
Variable assigned to but not referenced: "lat" Check your logic and remove this variable if it is not needed. Medium GpsWebserviceClient.java 72
Variable assigned to but not referenced: "lon" Check your logic and remove this variable if it is not needed. Medium GpsWebserviceClient.java 73
Variable assigned to but not referenced: "vehicleId" Check your logic and remove this variable if it is not needed. Medium GpsWebserviceClient.java 74
Variable assigned to but not referenced: "date2" Check your logic and remove this variable if it is not needed. Medium GpsWebserviceClient.java 78
Variable assigned to but not referenced: "region" Check your logic and remove this variable if it is not needed. Medium GpsWebserviceClient.java 95
Variable assigned to but not referenced: "itr" Check your logic and remove this variable if it is not needed. Medium GpsWebserviceClient.java 97
Variable assigned to but not referenced: "j" Check your logic and remove this variable if it is not needed. Medium FileUtilities.java 73
Variable assigned to but not referenced: "query" Check your logic and remove this variable if it is not needed. Medium PacketDataFetcher.java 55
Variable assigned to but not referenced: "msg" Check your logic and remove this variable if it is not needed. Medium AlertManager.java 81
Variable assigned to but not referenced: "code" Check your logic and remove this variable if it is not needed. Medium AlertManager.java 83
Variable assigned to but not referenced: "isInterested" Check your logic and remove this variable if it is not needed. Medium AlertManager.java 85
Variable assigned to but not referenced: "msr" Check your logic and remove this variable if it is not needed. Medium AsyncCaller.java 150
Variable assigned to but not referenced: "free" Check your logic and remove this variable if it is not needed. Medium ClientCommunicator.java 64
Variable assigned to but not referenced: "format" Check your logic and remove this variable if it is not needed. Medium LMUUtils.java 110
Variable assigned to but not referenced: "stat" Check your logic and remove this variable if it is not needed. Medium LMUUtils.java 126
Variable assigned to but not referenced: "s" Check your logic and remove this variable if it is not needed. Medium recieveThread.java 59
Variable assigned to but not referenced: "sendData" Check your logic and remove this variable if it is not needed. Medium recieveThread.java 60
Variable assigned to but not referenced: "objParam" Check your logic and remove this variable if it is not needed. Medium sendMessage.java 40
Variable assigned to but not referenced: "strHex" Check your logic and remove this variable if it is not needed. Medium sendMessage.java 84
Variable assigned to but not referenced: "dateFormat" Check your logic and remove this variable if it is not needed. Medium sendMessage.java 89
Variable assigned to but not referenced: "date" Check your logic and remove this variable if it is not needed. Medium sendMessage.java 90
Variable assigned to but not referenced: "sendData" Check your logic and remove this variable if it is not needed. Medium UDPServer.java 15
Variable assigned to but not referenced: "IPAddress" Check your logic and remove this variable if it is not needed. Medium UDPServer.java 18
Variable assigned to but not referenced: "port" Check your logic and remove this variable if it is not needed. Medium UDPServer.java 19
Variable assigned to but not referenced: "lmap" Check your logic and remove this variable if it is not needed. Medium LMU4100Map.java 50
Variable assigned to but not referenced: "report" Check your logic and remove this variable if it is not needed. Medium ReportRef.java 29
Variable assigned to but not referenced: "ampm" Check your logic and remove this variable if it is not needed. Medium TripDetails.java 66
 
Violation Recommendation Severity Resolved Resource Line
Equality test with boolean literal: false Remove the comparison with false. Medium DBManager.java 97
 
Violation Recommendation Severity Resolved Resource Line
Concatenating with the empty string Replace the unnecessary concatenation with toString() or String.valueOf(), as appropriate. Medium ConsumerThread.java 130
Concatenating with the empty string Replace the unnecessary concatenation with toString() or String.valueOf(), as appropriate. Medium recieveThread.java 100
Concatenating with the empty string Replace the unnecessary concatenation with toString() or String.valueOf(), as appropriate. Medium sendMessage.java 71
Concatenating with the empty string Replace the unnecessary concatenation with toString() or String.valueOf(), as appropriate. Medium sendMessage.java 72
 
Violation Recommendation Severity Resolved Resource Line
Cannot compare strings using the not equals (!=) operator Replace the comparison with equals(). Medium PacketDataFetcher.java 60
Cannot compare strings using the equals (==) operator Replace the comparison with equals(). Medium TripParameters.java 174
Cannot compare strings using the equals (==) operator Replace the comparison with equals(). Medium TripParameters.java 354
 
Violation Recommendation Severity Resolved Resource Line
Use of obsolete modifier: public Remove the obsolete modifier. Medium IPacketObserver.java 11
Use of obsolete modifier: public Remove the obsolete modifier. Medium IPacketObserver.java 12
Use of obsolete modifier: public Remove the obsolete modifier. Medium IPacketObserver.java 13
Use of obsolete modifier: public Remove the obsolete modifier. Medium PolygonRegion.java 43
Use of obsolete modifier: public Remove the obsolete modifier. Medium PolygonRegion.java 63
Use of obsolete modifier: public Remove the obsolete modifier. Medium PolygonRegion.java 86
Use of obsolete modifier: public Remove the obsolete modifier. Medium ConfigReader.java 18
Use of obsolete modifier: static Remove the obsolete modifier. Medium ConfigReader.java 18
Use of obsolete modifier: final Remove the obsolete modifier. Medium ConfigReader.java 18
Use of obsolete modifier: public Remove the obsolete modifier. Medium ConfigReader.java 19
Use of obsolete modifier: static Remove the obsolete modifier. Medium ConfigReader.java 19
Use of obsolete modifier: final Remove the obsolete modifier. Medium ConfigReader.java 19
Use of obsolete modifier: public Remove the obsolete modifier. Medium ConfigReader.java 20
Use of obsolete modifier: static Remove the obsolete modifier. Medium ConfigReader.java 20
Use of obsolete modifier: final Remove the obsolete modifier. Medium ConfigReader.java 20
Use of obsolete modifier: public Remove the obsolete modifier. Medium ConfigReader.java 22
Use of obsolete modifier: public Remove the obsolete modifier. Medium ConfigReader.java 24
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 5
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 6
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 8
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 9
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 11
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 12
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 14
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 15
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 17
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 18
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 20
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 22
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 23
Use of obsolete modifier: public Remove the obsolete modifier. Medium paramItem.java 25
 
Violation Recommendation Severity Resolved Resource Line
Cannot compare floating-point values using the equals (==) operator Compare the two float values to see if they are close in value. Medium ExpressionHandler.java 30
 
Violation Recommendation Severity Resolved Resource Line
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium TestClient.java 90
"instanceof" should only be used with interfaces Use polymorphism rather than "instanceof". Medium UDPServerHandler.java 87
 
Violation Recommendation Severity Resolved Resource Line
Thread declared without a name Name the thread. Medium PacketConsumer.java 200
 
Violation Recommendation Severity Resolved Resource Line
Empty then clause Unless there is suppose to be something in the then clause, invert the condition and move the else clause to the then clause. Medium PacketConsumer.java 208
Empty if statement The if statement has no effect (unless the condition produces a side-effect), so it should be removed. Medium LMU4100Map.java 32
 
Violation Recommendation Severity Resolved Resource Line
Empty try statement Remove the try statement or fix the code so that its body is no longer empty. Medium AsyncCaller.java 152
 
Violation Recommendation Severity Resolved Resource Line
Expression value is constant Check the expression logic and consider creating a static final constant. Medium Base16Encoder.java 30
Expression value is constant Check the expression logic and consider creating a static final constant. Medium Base16Encoder.java 34
 
Violation Recommendation Severity Resolved Resource Line
Utility method Move the code in the method to a more suitable location. Medium ExpressionDecoder.java 80
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 36
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 44
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 54
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 62
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 70
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 78
Utility method Move the code in the method to a more suitable location. Medium ParamUtils.java 44
Utility method Move the code in the method to a more suitable location. Medium Base16Encoder.java 22
Utility method Move the code in the method to a more suitable location. Medium ClientCommunicator.java 119
Utility method Move the code in the method to a more suitable location. Medium CommonClass.java 17
Utility method Move the code in the method to a more suitable location. Medium ConsumerThread.java 151
Utility method Move the code in the method to a more suitable location. Medium LMUUtils.java 60
Utility method Move the code in the method to a more suitable location. Medium LMUUtils.java 74
Utility method Move the code in the method to a more suitable location. Medium LMUUtils.java 107
Utility method Move the code in the method to a more suitable location. Medium MyLogger.java 25
Utility method Move the code in the method to a more suitable location. Medium packetHandler.java 23
Utility method Move the code in the method to a more suitable location. Medium packetHandler.java 42
Utility method Move the code in the method to a more suitable location. Medium packetHandler.java 55
Utility method Move the code in the method to a more suitable location. Medium PacketProducer.java 154
Utility method Move the code in the method to a more suitable location. Medium QueueAllocator.java 96
Utility method Move the code in the method to a more suitable location. Medium sendMessage.java 25
Utility method Move the code in the method to a more suitable location. Medium sendMessage.java 104
Utility method Move the code in the method to a more suitable location. Medium sendMessage.java 143
Utility method Move the code in the method to a more suitable location. Medium UDPServer.java 11
Utility method Move the code in the method to a more suitable location. Medium UDPServer.java 37
Utility method Move the code in the method to a more suitable location. Medium Device.java 49
Utility method Move the code in the method to a more suitable location. Medium TripMsgParams.java 22
Utility method Move the code in the method to a more suitable location. Medium TripParameters.java 65
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 43
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 51
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 59
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 67
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 75
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 83
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 91
Utility method Move the code in the method to a more suitable location. Medium ObjectFactory.java 99
Utility method Move the code in the method to a more suitable location. Medium JarRsrcLoader.java 83
 
Violation Recommendation Severity Resolved Resource Line
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CategoryReader.java 27
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CorrectorVO.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DirectParamEvaluator.java 18
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DriftMasker.java 25
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ExpReader.java 27
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ExpressionDecoder.java 21
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ExpressionHandler.java 18
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium RuleVO.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ValidatorDetails.java 10
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ValidatorReader.java 30
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GpsWebserviceClient.java 26
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MobileAlert.java 49
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MobileAlertMessage.java 41
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MobileAlertMessageResponse.java 34
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MobileAlertResponse.java 34
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ObjectFactory.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PointInPolygon.java 43
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PointInPolygonResponse.java 34
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PolygonRegion_Service.java 24
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UpdateRfidHistory.java 45
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UpdateRfidHistoryResponse.java 31
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium WhetherInterested.java 43
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium WhetherInterestedResponse.java 34
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FileUtilities.java 29
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LoggerStackTraceUtil.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LogHandler.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PacketDataFetcher.java 30
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ParamUtils.java 19
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ValidatorFactory.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AlertManager.java 17
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AsyncCaller.java 29
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Base16Encoder.java 2
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ClientCommunicator.java 19
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CommonClass.java 7
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium configReader.java 12
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ConsumerThread.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium DBManager.java 20
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LMMessage.java 2
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LMUUtils.java 35
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium mandatoryItems.java 2
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium MyLogger.java 6
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PacketConsumer.java 37
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium packetHandler.java 17
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PacketProducer.java 29
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ProrpertiesManager.java 7
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium QueueAllocator.java 19
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium recieveThread.java 47
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium sendMessage.java 21
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TestClient.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TimerTask1.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UDPClient.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UDPServer.java 8
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UDPServerHandler.java 19
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UDPServerMINA.java 48
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Accounts.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium AccumulatorRef.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Accounts.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _AccumulatorRef.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _CharityBarometer.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Configurations.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Device.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Feedback.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _FenceHistory.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _FrequentTravellerDetails.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _FrequentTripDetails.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Geofence.java 18
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _GeovehicleMap.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Inbox.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _LMU4100Map.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Notification.java 12
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Organization.java 16
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _PickupPoints.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _ReportRef.java 12
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _SavingStatus.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Speedparameter.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripDetails.java 25
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripMsgParams.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripParameters.java 20
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripPreference.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripScraps.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripTravelerDetails.java 17
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _TripVehicleMap.java 14
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _User.java 17
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _UserDetails.java 27
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _UserGeofenceMap.java 14
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _UserLandmarks.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _UserPreference.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _UserPreferences.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _Vehicle.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _VehicleDetails.java 21
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _VehicleGroup.java 15
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium CharityBarometer.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Configurations.java 14
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Device.java 14
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripNotFoundException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleNotFoundException.java 3
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Feedback.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FenceHistory.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTravellerDetails.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium FrequentTripDetails.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Geofence.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium GeovehicleMap.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Inbox.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LMU4100Map.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Notification.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Organization.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium PickupPoints.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ReportRef.java 21
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium _LMU4100Map.java 11
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium LMU4100Map.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium SavingStatus.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Speedparameter.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripDetails.java 23
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripMsgParams.java 20
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripParameters.java 40
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripPreference.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripScraps.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripTravelerDetails.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium TripVehicleMap.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium User.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserDetails.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserGeofenceMap.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserLandmarks.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserPreference.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium UserPreferences.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium Vehicle.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleDetails.java 13
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium VehicleGroup.java 5
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium ObjectFactory.java 29
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium JarRsrcLoader.java 22
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium JarRsrcLoader.java 24
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium JIJConstants.java 4
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium RsrcURLConnection.java 7
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium RsrcURLStreamHandler.java 9
readObject method missing Implement a readObject method that matches signature in java.io.Serializable. Medium RsrcURLStreamHandlerFactory.java 9
 
Violation Recommendation Severity Resolved Resource Line
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Accounts.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium AccumulatorRef.java 15
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Accounts.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _AccumulatorRef.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _CharityBarometer.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Configurations.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Device.java 16
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Feedback.java 16
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _FenceHistory.java 15
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _FrequentTravellerDetails.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _FrequentTripDetails.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Geofence.java 18
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _GeovehicleMap.java 16
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Inbox.java 15
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Notification.java 12
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Organization.java 16
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _PickupPoints.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _ReportRef.java 12
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _SavingStatus.java 15
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Speedparameter.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripDetails.java 25
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripMsgParams.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripParameters.java 20
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripPreference.java 11
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripScraps.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripTravelerDetails.java 17
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _TripVehicleMap.java 14
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _User.java 17
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _UserDetails.java 27
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _UserGeofenceMap.java 14
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _UserLandmarks.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _UserPreference.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _UserPreferences.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _Vehicle.java 15
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _VehicleDetails.java 21
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium _VehicleGroup.java 15
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium CharityBarometer.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Configurations.java 14
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Device.java 14
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripNotFoundException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium VehicleNotFoundException.java 3
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Feedback.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FenceHistory.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FrequentTravellerDetails.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium FrequentTripDetails.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Geofence.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium GeovehicleMap.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Inbox.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Notification.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Organization.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium PickupPoints.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium ReportRef.java 21
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium SavingStatus.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Speedparameter.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripDetails.java 23
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripMsgParams.java 20
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripParameters.java 40
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripPreference.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripScraps.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripTravelerDetails.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium TripVehicleMap.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium User.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserDetails.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserGeofenceMap.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserLandmarks.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserPreference.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium UserPreferences.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium Vehicle.java 5
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium VehicleDetails.java 13
writeObject method missing Implement a writeObject method that matches signature in java.io.Serializable. Medium VehicleGroup.java 5
 
Violation Recommendation Severity Resolved Resource Line
Field with package scope Declare the field public Medium CategoryReader.java 28
Field with package scope Declare the field public Medium CategoryReader.java 31
Field with package scope Declare the field public Medium DriftMasker.java 28
Field with package scope Declare the field public Medium DriftMasker.java 29
Field with package scope Declare the field public Medium DriftMasker.java 30
Field with package scope Declare the field public Medium DriftMasker.java 31
Field with package scope Declare the field public Medium ExpReader.java 28
Field with package scope Declare the field public Medium ExpReader.java 31
Field with package scope Declare the field public Medium ExpressionDecoder.java 23
Field with package scope Declare the field public Medium ExpressionDecoder.java 24
Field with package scope Declare the field public Medium ExpressionDecoder.java 26
Field with package scope Declare the field public Medium ValidatorReader.java 31
Field with package scope Declare the field public Medium ValidatorReader.java 33
Field with package scope Declare the field public Medium GpsWebserviceClient.java 32
Field with package scope Declare the field public Medium GpsWebserviceClient.java 33
Field with package scope Declare the field public Medium PolygonRegion_Service.java 27
Field with package scope Declare the field public Medium FileUtilities.java 59
Field with package scope Declare the field public Medium AlertManager.java 18
Field with package scope Declare the field public Medium AlertManager.java 19
Field with package scope Declare the field public Medium AlertManager.java 20
Field with package scope Declare the field public Medium AlertManager.java 21
Field with package scope Declare the field public Medium AlertManager.java 22
Field with package scope Declare the field public Medium AlertManager.java 23
Field with package scope Declare the field public Medium AlertManager.java 24
Field with package scope Declare the field public Medium AlertManager.java 25
Field with package scope Declare the field public Medium AsyncCaller.java 31
Field with package scope Declare the field public Medium AsyncCaller.java 32
Field with package scope Declare the field public Medium CommonClass.java 9
Field with package scope Declare the field public Medium configReader.java 15
Field with package scope Declare the field public Medium configReader.java 21
Field with package scope Declare the field public Medium ConsumerThread.java 17
Field with package scope Declare the field public Medium ConsumerThread.java 23
Field with package scope Declare the field public Medium DBManager.java 28
Field with package scope Declare the field public Medium DBManager.java 30
Field with package scope Declare the field public Medium DBManager.java 31
Field with package scope Declare the field public Medium DBManager.java 32
Field with package scope Declare the field public Medium DBManager.java 33
Field with package scope Declare the field public Medium DBManager.java 34
Field with package scope Declare the field public Medium LMUUtils.java 37
Method with package scope Declare the method public Medium MyLogger.java 25
Field with package scope Declare the field public Medium PacketConsumer.java 42
Field with package scope Declare the field public Medium PacketConsumer.java 43
Field with package scope Declare the field public Medium PacketConsumer.java 44
Field with package scope Declare the field public Medium PacketConsumer.java 45
Field with package scope Declare the field public Medium PacketConsumer.java 46
Field with package scope Declare the field public Medium PacketConsumer.java 47
Field with package scope Declare the field public Medium PacketConsumer.java 48
Field with package scope Declare the field public Medium PacketConsumer.java 55
Field with package scope Declare the field public Medium PacketConsumer.java 56
Field with package scope Declare the field public Medium packetHandler.java 22
Field with package scope Declare the field public Medium PacketProducer.java 31
Field with package scope Declare the field public Medium PacketProducer.java 32
Field with package scope Declare the field public Medium PacketProducer.java 33
Field with package scope Declare the field public Medium PacketProducer.java 34
Field with package scope Declare the field public Medium PacketProducer.java 35
Field with package scope Declare the field public Medium PacketProducer.java 36
Field with package scope Declare the field public Medium QueueAllocator.java 22
Field with package scope Declare the field public Medium QueueAllocator.java 23
Field with package scope Declare the field public Medium QueueAllocator.java 26
Field with package scope Declare the field public Medium recieveThread.java 50
Field with package scope Declare the field public Medium recieveThread.java 51
Field with package scope Declare the field public Medium recieveThread.java 52
Field with package scope Declare the field public Medium sendMessage.java 24
Field with package scope Declare the field public Medium TimerTask1.java 14
Field with package scope Declare the field public Medium TimerTask1.java 15
Field with package scope Declare the field public Medium TimerTask1.java 16
Field with package scope Declare the field public Medium TimerTask1.java 17
Field with package scope Declare the field public Medium UDPClient.java 18
Field with package scope Declare the field public Medium UDPClient.java 19
Field with package scope Declare the field public Medium UDPClient.java 20
Field with package scope Declare the field public Medium UDPClient.java 21
Field with package scope Declare the field public Medium UDPClient.java 22
Field with package scope Declare the field public Medium UDPClient.java 23
Field with package scope Declare the field public Medium UDPClient.java 24
Field with package scope Declare the field public Medium UDPClient.java 25
Field with package scope Declare the field public Medium UDPClient.java 26
Field with package scope Declare the field public Medium UDPClient.java 27
Field with package scope Declare the field public Medium UDPClient.java 28
Field with package scope Declare the field public Medium UDPClient.java 29
Field with package scope Declare the field public Medium UDPClient.java 31
Constructor with package scope Declare the constructor public Medium UDPClient.java 32
Field with package scope Declare the field public Medium UDPServerHandler.java 23
Field with package scope Declare the field public Medium UDPServerMINA.java 56
Field with package scope Declare the field public Medium UDPServerMINA.java 57
Field with package scope Declare the field public Medium Device.java 16
Field with package scope Declare the field public Medium LMU4100Map.java 11
Field with package scope Declare the field public Medium TripDetails.java 27
Field with package scope Declare the field public Medium TripDetails.java 28
Field with package scope Declare the field public Medium TripDetails.java 29
Field with package scope Declare the field public Medium TripDetails.java 30
Field with package scope Declare the field public Medium TripDetails.java 31
Field with package scope Declare the field public Medium TripDetails.java 32
Field with package scope Declare the field public Medium TripDetails.java 33
Field with package scope Declare the field public Medium TripDetails.java 34
Field with package scope Declare the field public Medium TripDetails.java 35
Field with package scope Declare the field public Medium TripDetails.java 36
Field with package scope Declare the field public Medium TripParameters.java 50
Field with package scope Declare the field public Medium JarRsrcLoader.java 25
Field with package scope Declare the field public Medium JarRsrcLoader.java 26
Constructor with package scope Declare the constructor public Medium JIJConstants.java 7
Field with package scope Declare the field public Medium JIJConstants.java 11
Field with package scope Declare the field public Medium JIJConstants.java 12
Field with package scope Declare the field public Medium JIJConstants.java 13
Field with package scope Declare the field public Medium JIJConstants.java 14
Field with package scope Declare the field public Medium JIJConstants.java 15
Field with package scope Declare the field public Medium JIJConstants.java 16
Field with package scope Declare the field public Medium JIJConstants.java 17
Field with package scope Declare the field public Medium JIJConstants.java 18
Field with package scope Declare the field public Medium JIJConstants.java 19
Field with package scope Declare the field public Medium JIJConstants.java 20
Field with package scope Declare the field public Medium JIJConstants.java 21
 
Violation Recommendation Severity Resolved Resource Line
Anonymous class found Make anonymous class into a non-inner class, and supply the needed get and set methods to access data. Medium AsyncCaller.java 45
Anonymous class found Make anonymous class into a non-inner class, and supply the needed get and set methods to access data. Medium ClientCommunicator.java 44
Anonymous class found Make anonymous class into a non-inner class, and supply the needed get and set methods to access data. Medium TestClient.java 39
Inner class found: "ManifestInfo" Make inner class into a non-inner class, and supply the needed get and set methods to access data. Medium JarRsrcLoader.java 24
 
Violation Recommendation Severity Resolved Resource Line
Empty catch clause for exception e Delete the empty catch clause. Medium GpsWebserviceClient.java 81
Empty catch clause for exception e Delete the empty catch clause. Medium JarRsrcLoader.java 68
 
Violation Recommendation Severity Resolved Resource Line
Field used without checking for null Add code to compare the value of the field against null. Medium CategoryReader.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium CategoryReader.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium CategoryReader.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium CategoryReader.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium CategoryReader.java 98
Field used without checking for null Add code to compare the value of the field against null. Medium DirectParamEvaluator.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium DirectParamEvaluator.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium DirectParamEvaluator.java 54
Field used without checking for null Add code to compare the value of the field against null. Medium DirectParamEvaluator.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium DirectParamEvaluator.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium DriftMasker.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 69
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 74
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium ExpReader.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 45
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionDecoder.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionHandler.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionHandler.java 46
Field used without checking for null Add code to compare the value of the field against null. Medium ExpressionHandler.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 56
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 146
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorReader.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium GpsWebserviceClient.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium GpsWebserviceClient.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium GpsWebserviceClient.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 51
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium FileUtilities.java 95
Field used without checking for null Add code to compare the value of the field against null. Medium LoggerStackTraceUtil.java 21
Field used without checking for null Add code to compare the value of the field against null. Medium LoggerStackTraceUtil.java 26
Field used without checking for null Add code to compare the value of the field against null. Medium LogHandler.java 23
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 48
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium PacketDataFetcher.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium ParamUtils.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorFactory.java 26
Field used without checking for null Add code to compare the value of the field against null. Medium ValidatorFactory.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 27
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 28
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 29
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 31
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 34
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 41
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 65
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 72
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium AlertManager.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 52
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 57
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 58
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 64
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 80
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 129
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 135
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium AsyncCaller.java 159
Field used without checking for null Add code to compare the value of the field against null. Medium Base16Encoder.java 15
Field used without checking for null Add code to compare the value of the field against null. Medium ClientCommunicator.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium CommonClass.java 29
Field used without checking for null Add code to compare the value of the field against null. Medium CommonClass.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 29
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 40
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium configReader.java 124
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 37
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 55
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 76
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 78
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 79
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 88
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 121
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 126
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 128
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium ConsumerThread.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 85
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 94
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 106
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 118
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 127
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 130
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 175
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 182
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 188
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 189
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 190
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 191
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 196
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 197
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 198
Field used without checking for null Add code to compare the value of the field against null. Medium DBManager.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 53
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 95
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 101
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 163
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 167
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 211
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 223
Field used without checking for null Add code to compare the value of the field against null. Medium LMUUtils.java 228
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 77
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 82
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 97
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 116
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 133
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 156
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 158
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 171
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 172
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 173
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 185
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 185
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 186
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 188
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 194
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 200
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 210
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 214
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 227
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 232
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 248
Field used without checking for null Add code to compare the value of the field against null. Medium PacketConsumer.java 249
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 151
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 218
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 224
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 243
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 263
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 264
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 267
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 308
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 335
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 362
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 369
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 372
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 373
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 376
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 408
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 427
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 457
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 471
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 478
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 488
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 517
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 530
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 542
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 578
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 588
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 602
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 610
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 665
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 669
Field used without checking for null Add code to compare the value of the field against null. Medium packetHandler.java 744
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 61
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 63
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 66
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 68
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 81
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 112
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 113
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 114
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 119
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 122
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 132
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 143
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium PacketProducer.java 147
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 38
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 60
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 73
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 83
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium QueueAllocator.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 70
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 71
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 157
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 174
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 218
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 255
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 274
Field used without checking for null Add code to compare the value of the field against null. Medium recieveThread.java 275
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 96
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 134
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 138
Field used without checking for null Add code to compare the value of the field against null. Medium sendMessage.java 139
Field used without checking for null Add code to compare the value of the field against null. Medium TestClient.java 67
Field used without checking for null Add code to compare the value of the field against null. Medium TimerTask1.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium TimerTask1.java 33
Field used without checking for null Add code to compare the value of the field against null. Medium TimerTask1.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 59
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 107
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 108
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 111
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 115
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 144
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 154
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 198
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 199
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 200
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 200
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 202
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 202
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 207
Field used without checking for null Add code to compare the value of the field against null. Medium UDPClient.java 208
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerHandler.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerHandler.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 105
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 109
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 110
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 117
Field used without checking for null Add code to compare the value of the field against null. Medium UDPServerMINA.java 125
Field used without checking for null Add code to compare the value of the field against null. Medium AccumulatorRef.java 47
Field used without checking for null Add code to compare the value of the field against null. Medium Configurations.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium Device.java 24
Field used without checking for null Add code to compare the value of the field against null. Medium Device.java 44
Field used without checking for null Add code to compare the value of the field against null. Medium LMU4100Map.java 42
Field used without checking for null Add code to compare the value of the field against null. Medium ReportRef.java 26
Field used without checking for null Add code to compare the value of the field against null. Medium ReportRef.java 32
Field used without checking for null Add code to compare the value of the field against null. Medium ReportRef.java 35
Field used without checking for null Add code to compare the value of the field against null. Medium ReportRef.java 36
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 86
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 87
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 90
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 92
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 93
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 99
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 100
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 102
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 103
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 104
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 120
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 131
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 136
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 141
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 148
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 155
Field used without checking for null Add code to compare the value of the field against null. Medium TripDetails.java 168
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 89
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 137
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 140
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 145
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 175
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 197
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 207
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 228
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 230
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 233
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 235
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 240
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 248
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 282
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 285
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 299
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 307
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 325
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 407
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 411
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 454
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 472
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 476
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 477
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 494
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 499
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 503
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 512
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 522
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 532
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 542
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 585
Field used without checking for null Add code to compare the value of the field against null. Medium TripParameters.java 587
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleDetails.java 39
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleDetails.java 43
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleDetails.java 49
Field used without checking for null Add code to compare the value of the field against null. Medium VehicleDetails.java 50
Field used without checking for null Add code to compare the value of the field against null. Medium RsrcURLConnection.java 25
 
Violation Recommendation Severity Resolved Resource Line
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DriftMasker.java 87
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 24
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 24
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 27
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 27
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 30
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 30
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 50
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 52
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 52
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 62
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 62
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium ExpressionHandler.java 66
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 35
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 35
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 40
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 40
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 72
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium GpsWebserviceClient.java 73
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 46
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 47
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 72
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 73
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 80
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 81
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 88
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 89
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 96
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PointInPolygon.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 34
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 35
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 46
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 47
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 54
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 55
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 67
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium PolygonRegion.java 69
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 50
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 51
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 100
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 101
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 108
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 109
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 109
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 109
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 116
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 117
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 124
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 125
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 125
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium UpdateRfidHistory.java 125
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 46
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 47
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 72
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 73
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 80
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 81
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 81
Method with floating point return type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 88
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 89
Variable declaration with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 96
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 97
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium WhetherInterested.java 97
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium ParamUtils.java 54
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium ParamUtils.java 62
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AlertManager.java 58
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium AlertManager.java 58
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 78
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 78
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 100
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 100
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 111
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium AsyncCaller.java 111
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 69
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 69
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 70
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 70
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 98
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 98
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 102
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 102
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 102
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 103
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 103
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 104
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 104
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 104
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 105
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 105
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 117
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium DBManager.java 117
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 220
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 220
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 220
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 222
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 222
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 222
Floating point literal Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 222
Creation of wrapper object for floating point values Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 312
Creation of wrapper object for floating point values Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 315
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 323
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 323
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 332
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 332
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 333
Invocation of method with floating point value Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 333
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 338
Referenced variable with floating point type Use some other representation of the value that doesn't have rounding issues. Medium TripParameters.java 338
 
Violation Recommendation Severity Resolved Resource Line
Getter/setter method getParameter should be declared final Declare this method to be final. Medium CorrectorVO.java 6
Getter/setter method setParameter should be declared final Declare this method to be final. Medium CorrectorVO.java 9
Getter/setter method getParam should be declared final Declare this method to be final. Medium CorrectorVO.java 12
Getter/setter method setParam should be declared final Declare this method to be final. Medium CorrectorVO.java 15
Getter/setter method setIgnoreException should be declared final Declare this method to be final. Medium DirectParamEvaluator.java 77
Getter/setter method getIgnoreException should be declared final Declare this method to be final. Medium DirectParamEvaluator.java 80
Getter/setter method getLocHparam should be declared final Declare this method to be final. Medium ExpressionDecoder.java 28
Getter/setter method setLocHparam should be declared final Declare this method to be final. Medium ExpressionDecoder.java 31
Getter/setter method getId should be declared final Declare this method to be final. Medium RuleVO.java 14
Getter/setter method setId should be declared final Declare this method to be final. Medium RuleVO.java 17
Getter/setter method getCondition should be declared final Declare this method to be final. Medium RuleVO.java 20
Getter/setter method setCondition should be declared final Declare this method to be final. Medium RuleVO.java 23
Getter/setter method getType should be declared final Declare this method to be final. Medium ValidatorDetails.java 15
Getter/setter method setType should be declared final Declare this method to be final. Medium ValidatorDetails.java 19
Getter/setter method getName should be declared final Declare this method to be final. Medium ValidatorDetails.java 22
Getter/setter method setName should be declared final Declare this method to be final. Medium ValidatorDetails.java 26
Getter/setter method isIgnoreExceptionFlag should be declared final Declare this method to be final. Medium ValidatorDetails.java 30
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium MobileAlert.java 70
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium MobileAlert.java 78
Getter/setter method getUrl should be declared final Declare this method to be final. Medium MobileAlert.java 90
Getter/setter method setUrl should be declared final Declare this method to be final. Medium MobileAlert.java 102
Getter/setter method getUsername should be declared final Declare this method to be final. Medium MobileAlert.java 114
Getter/setter method setUsername should be declared final Declare this method to be final. Medium MobileAlert.java 126
Getter/setter method getPassword should be declared final Declare this method to be final. Medium MobileAlert.java 138
Getter/setter method setPassword should be declared final Declare this method to be final. Medium MobileAlert.java 150
Getter/setter method getSenderId should be declared final Declare this method to be final. Medium MobileAlert.java 162
Getter/setter method setSenderId should be declared final Declare this method to be final. Medium MobileAlert.java 174
Getter/setter method getMessage should be declared final Declare this method to be final. Medium MobileAlert.java 186
Getter/setter method setMessage should be declared final Declare this method to be final. Medium MobileAlert.java 198
Getter/setter method getProxy should be declared final Declare this method to be final. Medium MobileAlert.java 210
Getter/setter method setProxy should be declared final Declare this method to be final. Medium MobileAlert.java 222
Getter/setter method getPort should be declared final Declare this method to be final. Medium MobileAlert.java 230
Getter/setter method setPort should be declared final Declare this method to be final. Medium MobileAlert.java 238
Getter/setter method getUrl should be declared final Declare this method to be final. Medium MobileAlertMessage.java 59
Getter/setter method setUrl should be declared final Declare this method to be final. Medium MobileAlertMessage.java 71
Getter/setter method getQueryString should be declared final Declare this method to be final. Medium MobileAlertMessage.java 83
Getter/setter method setQueryString should be declared final Declare this method to be final. Medium MobileAlertMessage.java 95
Getter/setter method getProxy should be declared final Declare this method to be final. Medium MobileAlertMessage.java 107
Getter/setter method setProxy should be declared final Declare this method to be final. Medium MobileAlertMessage.java 119
Getter/setter method getPort should be declared final Declare this method to be final. Medium MobileAlertMessage.java 127
Getter/setter method setPort should be declared final Declare this method to be final. Medium MobileAlertMessage.java 135
Getter/setter method getOut should be declared final Declare this method to be final. Medium MobileAlertMessageResponse.java 42
Getter/setter method setOut should be declared final Declare this method to be final. Medium MobileAlertMessageResponse.java 50
Getter/setter method getOut should be declared final Declare this method to be final. Medium MobileAlertResponse.java 42
Getter/setter method setOut should be declared final Declare this method to be final. Medium MobileAlertResponse.java 50
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium PointInPolygon.java 56
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium PointInPolygon.java 64
Getter/setter method getLat should be declared final Declare this method to be final. Medium PointInPolygon.java 72
Getter/setter method setLat should be declared final Declare this method to be final. Medium PointInPolygon.java 80
Getter/setter method getLan should be declared final Declare this method to be final. Medium PointInPolygon.java 88
Getter/setter method setLan should be declared final Declare this method to be final. Medium PointInPolygon.java 96
Getter/setter method getPacketTime should be declared final Declare this method to be final. Medium PointInPolygon.java 108
Getter/setter method setPacketTime should be declared final Declare this method to be final. Medium PointInPolygon.java 120
Getter/setter method isOut should be declared final Declare this method to be final. Medium PointInPolygonResponse.java 42
Getter/setter method setOut should be declared final Declare this method to be final. Medium PointInPolygonResponse.java 50
Getter/setter method getPolygonRegionSOAP should be declared final Declare this method to be final. Medium PolygonRegion_Service.java 55
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 60
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 68
Getter/setter method getRFIDNo should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 80
Getter/setter method setRFIDNo should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 92
Getter/setter method getLat should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 100
Getter/setter method setLat should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 108
Getter/setter method getLon should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 116
Getter/setter method setLon should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 124
Getter/setter method getPacketTime should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 136
Getter/setter method setPacketTime should be declared final Declare this method to be final. Medium UpdateRfidHistory.java 148
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium WhetherInterested.java 56
Getter/setter method setVehicleId should be declared final Declare this method to be final. Medium WhetherInterested.java 64
Getter/setter method getLat should be declared final Declare this method to be final. Medium WhetherInterested.java 72
Getter/setter method setLat should be declared final Declare this method to be final. Medium WhetherInterested.java 80
Getter/setter method getLan should be declared final Declare this method to be final. Medium WhetherInterested.java 88
Getter/setter method setLan should be declared final Declare this method to be final. Medium WhetherInterested.java 96
Getter/setter method getPacketTime should be declared final Declare this method to be final. Medium WhetherInterested.java 108
Getter/setter method setPacketTime should be declared final Declare this method to be final. Medium WhetherInterested.java 120
Getter/setter method isOut should be declared final Declare this method to be final. Medium WhetherInterestedResponse.java 42
Getter/setter method setOut should be declared final Declare this method to be final. Medium WhetherInterestedResponse.java 50
Getter/setter method getMyLogger should be declared final Declare this method to be final. Medium MyLogger.java 19
Getter/setter method getCreditLimit should be declared final Declare this method to be final. Medium _Accounts.java 20
Getter/setter method getSmsSent should be declared final Declare this method to be final. Medium _Accounts.java 27
Getter/setter method getAccum should be declared final Declare this method to be final. Medium _AccumulatorRef.java 13
Getter/setter method getReference should be declared final Declare this method to be final. Medium _AccumulatorRef.java 20
Getter/setter method getCurrent should be declared final Declare this method to be final. Medium _CharityBarometer.java 24
Getter/setter method getTarget should be declared final Declare this method to be final. Medium _CharityBarometer.java 31
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _CharityBarometer.java 39
Getter/setter method getConfigName should be declared final Declare this method to be final. Medium _Configurations.java 14
Getter/setter method getConfigValue should be declared final Declare this method to be final. Medium _Configurations.java 21
Getter/setter method getAliasName should be declared final Declare this method to be final. Medium _Device.java 34
Getter/setter method getEnableStatus should be declared final Declare this method to be final. Medium _Device.java 41
Getter/setter method getFirmwareVersion should be declared final Declare this method to be final. Medium _Device.java 48
Getter/setter method getImeiNumber should be declared final Declare this method to be final. Medium _Device.java 55
Getter/setter method getInuseStatus should be declared final Declare this method to be final. Medium _Device.java 62
Getter/setter method getLastKnownIp should be declared final Declare this method to be final. Medium _Device.java 69
Getter/setter method getLastPacketReceivedTime should be declared final Declare this method to be final. Medium _Device.java 76
Getter/setter method getMobileNumber should be declared final Declare this method to be final. Medium _Device.java 83
Getter/setter method getWorkStatus should be declared final Declare this method to be final. Medium _Device.java 90
Getter/setter method getVehicleDetailsArray should be declared final Declare this method to be final. Medium _Device.java 101
Getter/setter method getCarRating should be declared final Declare this method to be final. Medium _Feedback.java 31
Getter/setter method getComment should be declared final Declare this method to be final. Medium _Feedback.java 38
Getter/setter method getDate should be declared final Declare this method to be final. Medium _Feedback.java 45
Getter/setter method getDriveRating should be declared final Declare this method to be final. Medium _Feedback.java 52
Getter/setter method getTripRating should be declared final Declare this method to be final. Medium _Feedback.java 59
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _Feedback.java 67
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _Feedback.java 76
Getter/setter method getEvenSms should be declared final Declare this method to be final. Medium _FenceHistory.java 29
Getter/setter method getEvenSpotOrder should be declared final Declare this method to be final. Medium _FenceHistory.java 36
Getter/setter method getMonSms should be declared final Declare this method to be final. Medium _FenceHistory.java 43
Getter/setter method getMonSpotOrder should be declared final Declare this method to be final. Medium _FenceHistory.java 50
Getter/setter method getSession should be declared final Declare this method to be final. Medium _FenceHistory.java 57
Getter/setter method getToGeofence should be declared final Declare this method to be final. Medium _FenceHistory.java 65
Getter/setter method getToTripTravelerDetails should be declared final Declare this method to be final. Medium _FrequentTravellerDetails.java 24
Getter/setter method getTime should be declared final Declare this method to be final. Medium _FrequentTripDetails.java 24
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _FrequentTripDetails.java 32
Getter/setter method getAddress should be declared final Declare this method to be final. Medium _Geofence.java 38
Getter/setter method getCountryCode should be declared final Declare this method to be final. Medium _Geofence.java 45
Getter/setter method getGeoLatitude should be declared final Declare this method to be final. Medium _Geofence.java 52
Getter/setter method getGeoLongitude should be declared final Declare this method to be final. Medium _Geofence.java 59
Getter/setter method getGeoName should be declared final Declare this method to be final. Medium _Geofence.java 66
Getter/setter method getGeofenceId should be declared final Declare this method to be final. Medium _Geofence.java 73
Getter/setter method getInsertOrder should be declared final Declare this method to be final. Medium _Geofence.java 80
Getter/setter method getRadius should be declared final Declare this method to be final. Medium _Geofence.java 87
Getter/setter method getFenceHistoryArray should be declared final Declare this method to be final. Medium _Geofence.java 98
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _Geofence.java 107
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _Geofence.java 116
Getter/setter method getUserGeofenceMapArray should be declared final Declare this method to be final. Medium _Geofence.java 128
Getter/setter method getGeofenceId should be declared final Declare this method to be final. Medium _GeovehicleMap.java 27
Getter/setter method getNotificationArray should be declared final Declare this method to be final. Medium _GeovehicleMap.java 38
Getter/setter method getToVehicleDetails should be declared final Declare this method to be final. Medium _GeovehicleMap.java 47
Getter/setter method getIsread should be declared final Declare this method to be final. Medium _Inbox.java 30
Getter/setter method getMessage should be declared final Declare this method to be final. Medium _Inbox.java 37
Getter/setter method getSenderUserid should be declared final Declare this method to be final. Medium _Inbox.java 44
Getter/setter method getSendingDate should be declared final Declare this method to be final. Medium _Inbox.java 51
Getter/setter method getSubject should be declared final Declare this method to be final. Medium _Inbox.java 58
Getter/setter method getTripid should be declared final Declare this method to be final. Medium _Inbox.java 65
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _Inbox.java 73
Getter/setter method getMobileNo should be declared final Declare this method to be final. Medium _Notification.java 28
Getter/setter method getNotifyAddress should be declared final Declare this method to be final. Medium _Notification.java 36
Getter/setter method getNotifyName should be declared final Declare this method to be final. Medium _Notification.java 44
Getter/setter method getToGeovehicleMap should be declared final Declare this method to be final. Medium _Notification.java 52
Getter/setter method getCity should be declared final Declare this method to be final. Medium _Organization.java 36
Getter/setter method getCountry should be declared final Declare this method to be final. Medium _Organization.java 43
Getter/setter method getEmail should be declared final Declare this method to be final. Medium _Organization.java 50
Getter/setter method getHeadName should be declared final Declare this method to be final. Medium _Organization.java 57
Getter/setter method getNoOfBuses should be declared final Declare this method to be final. Medium _Organization.java 64
Getter/setter method getNoOfStudents should be declared final Declare this method to be final. Medium _Organization.java 71
Getter/setter method getOrgStatus should be declared final Declare this method to be final. Medium _Organization.java 78
Getter/setter method getOrganizationName should be declared final Declare this method to be final. Medium _Organization.java 85
Getter/setter method getSmsStatus should be declared final Declare this method to be final. Medium _Organization.java 92
Getter/setter method getState should be declared final Declare this method to be final. Medium _Organization.java 99
Getter/setter method getUserDetailsArray should be declared final Declare this method to be final. Medium _Organization.java 110
Getter/setter method getVehicleDetailsArray should be declared final Declare this method to be final. Medium _Organization.java 122
Getter/setter method getLatitude should be declared final Declare this method to be final. Medium _PickupPoints.java 24
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium _PickupPoints.java 31
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _PickupPoints.java 39
Getter/setter method getEventcode should be declared final Declare this method to be final. Medium _ReportRef.java 17
Getter/setter method getDescription should be declared final Declare this method to be final. Medium _ReportRef.java 20
Getter/setter method getCategory should be declared final Declare this method to be final. Medium _ReportRef.java 23
Getter/setter method getCo2Save should be declared final Declare this method to be final. Medium _SavingStatus.java 29
Getter/setter method getLastUpdateTime should be declared final Declare this method to be final. Medium _SavingStatus.java 36
Getter/setter method getMoneySave should be declared final Declare this method to be final. Medium _SavingStatus.java 43
Getter/setter method getPetrolSave should be declared final Declare this method to be final. Medium _SavingStatus.java 50
Getter/setter method getTotKms should be declared final Declare this method to be final. Medium _SavingStatus.java 57
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _SavingStatus.java 65
Getter/setter method getColourcode should be declared final Declare this method to be final. Medium _Speedparameter.java 24
Getter/setter method getParameter should be declared final Declare this method to be final. Medium _Speedparameter.java 31
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _Speedparameter.java 39
Getter/setter method getMsgId should be declared final Declare this method to be final. Medium _TripMsgParams.java 26
Getter/setter method getMsgLength should be declared final Declare this method to be final. Medium _TripMsgParams.java 33
Getter/setter method getMsgRoute should be declared final Declare this method to be final. Medium _TripMsgParams.java 40
Getter/setter method getUserMsg should be declared final Declare this method to be final. Medium _TripMsgParams.java 47
Getter/setter method getToTripParameters should be declared final Declare this method to be final. Medium _TripMsgParams.java 55
Getter/setter method getStatusProperty should be declared final Declare this method to be final. Medium _TripParameters.java 52
Getter/setter method getCorrectionFactor should be declared final Declare this method to be final. Medium _TripParameters.java 60
Getter/setter method getDistance should be declared final Declare this method to be final. Medium _TripParameters.java 73
Getter/setter method getToVehicleDetails should be declared final Declare this method to be final. Medium _TripParameters.java 81
Getter/setter method getAltitude should be declared final Declare this method to be final. Medium _TripParameters.java 95
Getter/setter method getBatteryStatus should be declared final Declare this method to be final. Medium _TripParameters.java 102
Getter/setter method getBrake should be declared final Declare this method to be final. Medium _TripParameters.java 109
Getter/setter method getEventCode should be declared final Declare this method to be final. Medium _TripParameters.java 115
Getter/setter method getBrakelightStatus should be declared final Declare this method to be final. Medium _TripParameters.java 122
Getter/setter method getCreationTime should be declared final Declare this method to be final. Medium _TripParameters.java 129
Getter/setter method getDbInsertTime should be declared final Declare this method to be final. Medium _TripParameters.java 135
Getter/setter method getEngineStatus should be declared final Declare this method to be final. Medium _TripParameters.java 142
Getter/setter method getFuelContent should be declared final Declare this method to be final. Medium _TripParameters.java 149
Getter/setter method getHeading should be declared final Declare this method to be final. Medium _TripParameters.java 156
Getter/setter method getLattitude should be declared final Declare this method to be final. Medium _TripParameters.java 163
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium _TripParameters.java 170
Getter/setter method getOilPreassure should be declared final Declare this method to be final. Medium _TripParameters.java 177
Getter/setter method getSpeed should be declared final Declare this method to be final. Medium _TripParameters.java 184
Getter/setter method getGsmStatus should be declared final Declare this method to be final. Medium _TripParameters.java 199
Getter/setter method getCellId should be declared final Declare this method to be final. Medium _TripParameters.java 205
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _TripParameters.java 214
Getter/setter method getDrivingSpeed should be declared final Declare this method to be final. Medium _TripPreference.java 27
Getter/setter method getGenderPreference should be declared final Declare this method to be final. Medium _TripPreference.java 34
Getter/setter method getMusic should be declared final Declare this method to be final. Medium _TripPreference.java 41
Getter/setter method getPets should be declared final Declare this method to be final. Medium _TripPreference.java 48
Getter/setter method getReturnTimeFlex should be declared final Declare this method to be final. Medium _TripPreference.java 55
Getter/setter method getSmoking should be declared final Declare this method to be final. Medium _TripPreference.java 62
Getter/setter method getStartTimeFlex should be declared final Declare this method to be final. Medium _TripPreference.java 69
Getter/setter method getTripid should be declared final Declare this method to be final. Medium _TripPreference.java 76
Getter/setter method getMessages should be declared final Declare this method to be final. Medium _TripScraps.java 24
Getter/setter method getUserid should be declared final Declare this method to be final. Medium _TripScraps.java 31
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _TripScraps.java 39
Getter/setter method getCoPassengerRelationship should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 40
Getter/setter method getDate should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 47
Getter/setter method getGender should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 54
Getter/setter method getGenderCopy should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 61
Getter/setter method getIsreturn should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 68
Getter/setter method getMessage should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 75
Getter/setter method getMessageSubject should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 82
Getter/setter method getRole should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 89
Getter/setter method getSeatsRequested should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 96
Getter/setter method getStartTimeFlexibility should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 103
Getter/setter method getTravellerFrequency should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 110
Getter/setter method getUserStatus should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 117
Getter/setter method getUserid should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 124
Getter/setter method getFrequentTravellerDetailsArray should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 135
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _TripTravelerDetails.java 144
Getter/setter method getToTripDetails should be declared final Declare this method to be final. Medium _TripVehicleMap.java 25
Getter/setter method getToVehicleDetails should be declared final Declare this method to be final. Medium _TripVehicleMap.java 34
Getter/setter method getAccCreationTime should be declared final Declare this method to be final. Medium _User.java 41
Getter/setter method getAddress should be declared final Declare this method to be final. Medium _User.java 48
Getter/setter method getAge should be declared final Declare this method to be final. Medium _User.java 55
Getter/setter method getFirstname should be declared final Declare this method to be final. Medium _User.java 62
Getter/setter method getLastLoginTime should be declared final Declare this method to be final. Medium _User.java 69
Getter/setter method getLastUpdateTime should be declared final Declare this method to be final. Medium _User.java 76
Getter/setter method getLastname should be declared final Declare this method to be final. Medium _User.java 83
Getter/setter method getLoginName should be declared final Declare this method to be final. Medium _User.java 90
Getter/setter method getMailid should be declared final Declare this method to be final. Medium _User.java 97
Getter/setter method getPassword should be declared final Declare this method to be final. Medium _User.java 104
Getter/setter method getSecAnswer should be declared final Declare this method to be final. Medium _User.java 111
Getter/setter method getSecQuestion should be declared final Declare this method to be final. Medium _User.java 118
Getter/setter method getSex should be declared final Declare this method to be final. Medium _User.java 125
Getter/setter method getTimezone should be declared final Declare this method to be final. Medium _User.java 132
Getter/setter method getUserPreferenceArray should be declared final Declare this method to be final. Medium _User.java 143
Getter/setter method getVehicleArray should be declared final Declare this method to be final. Medium _User.java 155
Getter/setter method getToGeofence should be declared final Declare this method to be final. Medium _UserGeofenceMap.java 25
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _UserGeofenceMap.java 34
Getter/setter method getDescription should be declared final Declare this method to be final. Medium _UserLandmarks.java 26
Getter/setter method getLandmark should be declared final Declare this method to be final. Medium _UserLandmarks.java 33
Getter/setter method getLatitude should be declared final Declare this method to be final. Medium _UserLandmarks.java 40
Getter/setter method getLongitude should be declared final Declare this method to be final. Medium _UserLandmarks.java 47
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _UserLandmarks.java 55
Getter/setter method getGeozoneLimit should be declared final Declare this method to be final. Medium _UserPreference.java 25
Getter/setter method getSpeedLimit should be declared final Declare this method to be final. Medium _UserPreference.java 32
Getter/setter method getStopLimit should be declared final Declare this method to be final. Medium _UserPreference.java 39
Getter/setter method getToUser should be declared final Declare this method to be final. Medium _UserPreference.java 47
Getter/setter method getDestination should be declared final Declare this method to be final. Medium _UserPreferences.java 37
Getter/setter method getDestinationLimit should be declared final Declare this method to be final. Medium _UserPreferences.java 44
Getter/setter method getDistancePreferenceStatus should be declared final Declare this method to be final. Medium _UserPreferences.java 51
Getter/setter method getDrivingPreference should be declared final Declare this method to be final. Medium _UserPreferences.java 58
Getter/setter method getEmailAlert should be declared final Declare this method to be final. Medium _UserPreferences.java 65
Getter/setter method getGenderPreference should be declared final Declare this method to be final. Medium _UserPreferences.java 72
Getter/setter method getRoleType should be declared final Declare this method to be final. Medium _UserPreferences.java 79
Getter/setter method getSearchPreferenceStatus should be declared final Declare this method to be final. Medium _UserPreferences.java 86
Getter/setter method getSmokingPreference should be declared final Declare this method to be final. Medium _UserPreferences.java 93
Getter/setter method getSmsAlert should be declared final Declare this method to be final. Medium _UserPreferences.java 100
Getter/setter method getSourceLocation should be declared final Declare this method to be final. Medium _UserPreferences.java 107
Getter/setter method getSpeedLimit should be declared final Declare this method to be final. Medium _UserPreferences.java 114
Getter/setter method getStartDistanceLimit should be declared final Declare this method to be final. Medium _UserPreferences.java 121
Getter/setter method getStopLimit should be declared final Declare this method to be final. Medium _UserPreferences.java 128
Getter/setter method getTripFrequency should be declared final Declare this method to be final. Medium _UserPreferences.java 135
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _UserPreferences.java 143
Getter/setter method getColor should be declared final Declare this method to be final. Medium _Vehicle.java 30
Getter/setter method getCompanyName should be declared final Declare this method to be final. Medium _Vehicle.java 37
Getter/setter method getImeiNumber should be declared final Declare this method to be final. Medium _Vehicle.java 44
Getter/setter method getModel should be declared final Declare this method to be final. Medium _Vehicle.java 51
Getter/setter method getRegNo should be declared final Declare this method to be final. Medium _Vehicle.java 58
Getter/setter method getVehicleDescription should be declared final Declare this method to be final. Medium _Vehicle.java 65
Getter/setter method getToUser should be declared final Declare this method to be final. Medium _Vehicle.java 73
Getter/setter method getToOrganization should be declared final Declare this method to be final. Medium _Vehicle.java 80
Getter/setter method getAcStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 51
Getter/setter method getAmFmStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 58
Getter/setter method getCarMileage should be declared final Declare this method to be final. Medium _VehicleDetails.java 65
Getter/setter method getCarType should be declared final Declare this method to be final. Medium _VehicleDetails.java 72
Getter/setter method getCdDvdStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 79
Getter/setter method getColor should be declared final Declare this method to be final. Medium _VehicleDetails.java 86
Getter/setter method getCompanyName should be declared final Declare this method to be final. Medium _VehicleDetails.java 93
Getter/setter method getImeiNumber should be declared final Declare this method to be final. Medium _VehicleDetails.java 100
Getter/setter method getMusicStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 107
Getter/setter method getRegNo should be declared final Declare this method to be final. Medium _VehicleDetails.java 114
Getter/setter method getRunningStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 121
Getter/setter method getTotalSeats should be declared final Declare this method to be final. Medium _VehicleDetails.java 128
Getter/setter method getUseStatus should be declared final Declare this method to be final. Medium _VehicleDetails.java 135
Getter/setter method getVehicleName should be declared final Declare this method to be final. Medium _VehicleDetails.java 142
Getter/setter method getGeovehicleMapArray should be declared final Declare this method to be final. Medium _VehicleDetails.java 153
Getter/setter method getToDevice should be declared final Declare this method to be final. Medium _VehicleDetails.java 162
Getter/setter method getToOrganization should be declared final Declare this method to be final. Medium _VehicleDetails.java 171
Getter/setter method getToUserDetails should be declared final Declare this method to be final. Medium _VehicleDetails.java 180
Getter/setter method getToVehicleGroup should be declared final Declare this method to be final. Medium _VehicleDetails.java 189
Getter/setter method getVehicleDesc should be declared final Declare this method to be final. Medium _VehicleGroup.java 27
Getter/setter method getVehicleGroupName should be declared final Declare this method to be final. Medium _VehicleGroup.java 34
Getter/setter method getVehiclePurpose should be declared final Declare this method to be final. Medium _VehicleGroup.java 41
Getter/setter method getVehicleDetailsArray should be declared final Declare this method to be final. Medium _VehicleGroup.java 52
Getter/setter method getOrganizationId should be declared final Declare this method to be final. Medium Organization.java 6
Getter/setter method getTripId should be declared final Declare this method to be final. Medium TripDetails.java 55
Getter/setter method getTripParamId should be declared final Declare this method to be final. Medium TripParameters.java 51
Getter/setter method getPacketType should be declared final Declare this method to be final. Medium TripParameters.java 57
Getter/setter method getUsrMsg should be declared final Declare this method to be final. Medium TripParameters.java 61
Getter/setter method getVehicleId should be declared final Declare this method to be final. Medium VehicleDetails.java 17
Getter/setter method setURLStreamHandlerFactory should be declared final Declare this method to be final. Medium RsrcURLStreamHandlerFactory.java 28
 
Violation Recommendation Severity Resolved Resource Line
Concatenating an array Before concatenating the array, use <code>java.util.Arrays.toString()</code> to convert it to a <code>String</code>. This method returns a human-readable String of the form <code>[element, element, ...]</code>. Medium PacketConsumer.java 249
Concatenating an array Before concatenating the array, use <code>java.util.Arrays.toString()</code> to convert it to a <code>String</code>. This method returns a human-readable String of the form <code>[element, element, ...]</code>. Medium UDPServerMINA.java 99
 
Violation Recommendation Severity Resolved Resource Line
Incorrect modifier order: "static" should appear before "final" Re-order the modifiers. Medium PolygonRegion_Service.java 28
Incorrect modifier order: "static" should appear before "final" Re-order the modifiers. Medium Base16Encoder.java 4
Incorrect modifier order: "static" should appear before "final" Re-order the modifiers. Medium ClientCommunicator.java 21
Incorrect modifier order: "static" should appear before "final" Re-order the modifiers. Medium Auto TestClient.java
 
Violation Recommendation Severity Resolved Resource Line
Variable or parameter nodeList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium CategoryReader.java 70
Variable or parameter boolValue is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DirectParamEvaluator.java 23
Variable or parameter correctPacketvalues is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 34
Variable or parameter eventCode is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 35
Variable or parameter parametersToChange is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 36
Variable or parameter strValue is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 37
Variable or parameter arlValue is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 38
Variable or parameter arg is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 55
Variable or parameter parametersToChange is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium DriftMasker.java 76
Variable or parameter nodeList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ExpReader.java 74
Variable or parameter expression is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ExpressionDecoder.java 62
Variable or parameter esn is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ExpressionDecoder.java 90
Variable or parameter strValue is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ExpressionDecoder.java 139
Variable or parameter val is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ExpressionHandler.java 24
Variable or parameter evalResult is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ExpressionHandler.java 36
Variable or parameter nodeList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium ValidatorReader.java 118
Variable or parameter dbf is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FileUtilities.java 35
Variable or parameter nList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FileUtilities.java 62
Variable or parameter j is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium FileUtilities.java 73
Variable or parameter restWS is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketDataFetcher.java 35
Variable or parameter query is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketDataFetcher.java 55
Variable or parameter reponse is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketDataFetcher.java 56
Variable or parameter array is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketDataFetcher.java 75
Variable or parameter hashKeys is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketDataFetcher.java 76
Variable or parameter i is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ParamUtils.java 72
Variable or parameter formatter is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AlertManager.java 50
Variable or parameter isInterested is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AlertManager.java 85
Variable or parameter msr is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AsyncCaller.java 150
Variable or parameter free is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ClientCommunicator.java 64
Variable or parameter valFailedExpression is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ConsumerThread.java 99
Variable or parameter counter is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ConsumerThread.java 100
Variable or parameter ignoreExp is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ConsumerThread.java 101
Variable or parameter expRecorder is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium ConsumerThread.java 102
Variable or parameter digits is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 61
Variable or parameter digits is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 75
Variable or parameter cal is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 90
Variable or parameter format is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 110
Variable or parameter stat is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 126
Variable or parameter stat is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 150
Variable or parameter stat is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 165
Variable or parameter xpath1 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 191
Variable or parameter xpath2 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 192
Variable or parameter exp1 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 193
Variable or parameter exp2 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 194
Variable or parameter event is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium LMUUtils.java 229
Variable or parameter observerInstance is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium PacketConsumer.java 112
Variable or parameter queuenames is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium PacketConsumer.java 147
Variable or parameter context is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium PacketConsumer.java 221
Variable or parameter iByte is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium packetHandler.java 29
Variable or parameter objbyte is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium packetHandler.java 70
Variable or parameter objbyte1 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium packetHandler.java 77
Variable or parameter arlParamLis is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium packetHandler.java 121
Variable or parameter arlParamLis is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium packetHandler.java 124
Variable or parameter arlParamLis is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium packetHandler.java 234
Variable or parameter objParams is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium recieveThread.java 56
Variable or parameter objQ is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium recieveThread.java 195
Variable or parameter objByte is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium sendMessage.java 61
Variable or parameter executor is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium TimerTask1.java 29
Variable or parameter inFromUser is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 46
Variable or parameter clientCount is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 50
Variable or parameter udpObj is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 52
Variable or parameter f is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 62
Variable or parameter search is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 63
Variable or parameter result is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 64
Variable or parameter in is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 66
Variable or parameter in1 is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPClient.java 67
Variable or parameter serverSocket is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPServer.java 13
Variable or parameter receiveData is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPServer.java 14
Variable or parameter sendData is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPServer.java 15
Variable or parameter result is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium UDPServerMINA.java 96
Variable or parameter accRefList is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium AccumulatorRef.java 23
Variable or parameter conList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium Configurations.java 26
Variable or parameter lmap is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium LMU4100Map.java 50
Variable or parameter ampm is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium TripDetails.java 92
Variable or parameter selectQuery is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium TripDetails.java 119
Variable or parameter tripParams is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium TripParameters.java 76
Variable or parameter selectQuery is assigned a value that is never used Remove the unnecessary assignment or fix the logic of the method. Medium VehicleDetails.java 28
Variable or parameter vehicleList is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium VehicleDetails.java 34
Variable or parameter file is reassigned, i.e. assigned before the previous value was used. Remove the unnecessary assignment or fix the logic of the method. Medium RsrcURLStreamHandler.java 35
 
Violation Recommendation Severity Resolved Resource Line
Uncommented local variable: util Comment the local variable. Medium CategoryReader.java 46
Uncommented local variable: thisMethod Comment the local variable. Medium CategoryReader.java 71
Uncommented local variable: expressionClass Comment the local variable. Medium CategoryReader.java 72
Uncommented local variable: node Comment the local variable. Medium CategoryReader.java 73
Uncommented local variable: nodeMaps Comment the local variable. Medium CategoryReader.java 74
Uncommented local variable: eElement Comment the local variable. Medium CategoryReader.java 75
Uncommented local variable: attributeType Comment the local variable. Medium CategoryReader.java 86
Uncommented local variable: methodName Comment the local variable. Medium CategoryReader.java 87
Uncommented local variable: boolValue Comment the local variable. Medium DirectParamEvaluator.java 23
Uncommented local variable: counter Comment the local variable. Medium DirectParamEvaluator.java 24
Uncommented local variable: expressionReader Comment the local variable. Medium DirectParamEvaluator.java 31
Uncommented local variable: decoder Comment the local variable. Medium DirectParamEvaluator.java 34
Uncommented local variable: handler Comment the local variable. Medium DirectParamEvaluator.java 35
Uncommented local variable: xprssion Comment the local variable. Medium DirectParamEvaluator.java 43
Uncommented local variable: decodedExpression Comment the local variable. Medium DirectParamEvaluator.java 45
Uncommented local variable: eventCode Comment the local variable. Medium DriftMasker.java 35
Uncommented local variable: parametersToChange Comment the local variable. Medium DriftMasker.java 36
Uncommented local variable: strValue Comment the local variable. Medium DriftMasker.java 37
Uncommented local variable: catReader Comment the local variable. Medium DriftMasker.java 41
Uncommented local variable: decoder Comment the local variable. Medium DriftMasker.java 43
Uncommented local variable: loadCategory Comment the local variable. Medium DriftMasker.java 48
Uncommented local variable: arg Comment the local variable. Medium DriftMasker.java 49
Uncommented local variable: formula Comment the local variable. Medium DriftMasker.java 71
Uncommented local variable: result Comment the local variable. Medium DriftMasker.java 80
Uncommented local variable: param Comment the local variable. Medium DriftMasker.java 89
Uncommented local variable: util Comment the local variable. Medium ExpReader.java 46
Uncommented local variable: thisMethod Comment the local variable. Medium ExpReader.java 75
Uncommented local variable: expressionClass Comment the local variable. Medium ExpReader.java 76
Uncommented local variable: node Comment the local variable. Medium ExpReader.java 77
Uncommented local variable: nodeMaps Comment the local variable. Medium ExpReader.java 78
Uncommented local variable: eElement Comment the local variable. Medium ExpReader.java 79
Uncommented local variable: attributeType Comment the local variable. Medium ExpReader.java 88
Uncommented local variable: methodName Comment the local variable. Medium ExpReader.java 89
Uncommented local variable: strValue Comment the local variable. Medium ExpressionDecoder.java 46
Uncommented local variable: strValue Comment the local variable. Medium ExpressionDecoder.java 89
Uncommented local variable: esn Comment the local variable. Medium ExpressionDecoder.java 90
Uncommented local variable: evalResult Comment the local variable. Medium ExpressionHandler.java 23
Uncommented local variable: val Comment the local variable. Medium ExpressionHandler.java 24
Uncommented local variable: val Comment the local variable. Medium ExpressionHandler.java 52
Uncommented local variable: objJep Comment the local variable. Medium ExpressionHandler.java 54
Uncommented local variable: util Comment the local variable. Medium ValidatorReader.java 49
Uncommented local variable: thisMethod Comment the local variable. Medium ValidatorReader.java 120
Uncommented local variable: expressionClass Comment the local variable. Medium ValidatorReader.java 121
Uncommented local variable: node Comment the local variable. Medium ValidatorReader.java 122
Uncommented local variable: nodeMaps Comment the local variable. Medium ValidatorReader.java 123
Uncommented local variable: eElement Comment the local variable. Medium ValidatorReader.java 124
Uncommented local variable: attributeType Comment the local variable. Medium ValidatorReader.java 134
Uncommented local variable: methodName Comment the local variable. Medium ValidatorReader.java 135
Uncommented local variable: lat Comment the local variable. Medium GpsWebserviceClient.java 72
Uncommented local variable: lon Comment the local variable. Medium GpsWebserviceClient.java 73
Uncommented local variable: vehicleId Comment the local variable. Medium GpsWebserviceClient.java 74
Uncommented local variable: cal Comment the local variable. Medium GpsWebserviceClient.java 75
Uncommented local variable: date2 Comment the local variable. Medium GpsWebserviceClient.java 78
Uncommented local variable: url Comment the local variable. Medium GpsWebserviceClient.java 86
Uncommented local variable: qname Comment the local variable. Medium GpsWebserviceClient.java 90
Uncommented local variable: service Comment the local variable. Medium GpsWebserviceClient.java 92
Uncommented local variable: region Comment the local variable. Medium GpsWebserviceClient.java 95
Uncommented local variable: itr Comment the local variable. Medium GpsWebserviceClient.java 97
Uncommented local variable: url Comment the local variable. Medium PolygonRegion_Service.java 31
Uncommented local variable: dbf Comment the local variable. Medium FileUtilities.java 35
Uncommented local variable: db Comment the local variable. Medium FileUtilities.java 36
Uncommented local variable: document Comment the local variable. Medium FileUtilities.java 37
Uncommented local variable: is Comment the local variable. Medium FileUtilities.java 38
Uncommented local variable: nList Comment the local variable. Medium FileUtilities.java 62
Uncommented local variable: j Comment the local variable. Medium FileUtilities.java 73
Uncommented local variable: node Comment the local variable. Medium FileUtilities.java 78
Uncommented local variable: bout Comment the local variable. Medium LogHandler.java 20
Uncommented local variable: msg Comment the local variable. Medium LogHandler.java 22
Uncommented local variable: restWS Comment the local variable. Medium PacketDataFetcher.java 35
Uncommented local variable: response Comment the local variable. Medium PacketDataFetcher.java 36
Uncommented local variable: query Comment the local variable. Medium PacketDataFetcher.java 55
Uncommented local variable: reponse Comment the local variable. Medium PacketDataFetcher.java 56
Uncommented local variable: array Comment the local variable. Medium PacketDataFetcher.java 75
Uncommented local variable: hashKeys Comment the local variable. Medium PacketDataFetcher.java 76
Uncommented local variable: outerObject Comment the local variable. Medium PacketDataFetcher.java 84
Uncommented local variable: key Comment the local variable. Medium PacketDataFetcher.java 86
Uncommented local variable: value Comment the local variable. Medium PacketDataFetcher.java 88
Uncommented local variable: param Comment the local variable. Medium ParamUtils.java 28
Uncommented local variable: param Comment the local variable. Medium ParamUtils.java 32
Uncommented local variable: i Comment the local variable. Medium ParamUtils.java 48
Uncommented local variable: c Comment the local variable. Medium ValidatorFactory.java 20
Uncommented local variable: packetObserver Comment the local variable. Medium ValidatorFactory.java 21
Uncommented local variable: eventcodes Comment the local variable. Medium AlertManager.java 29
Uncommented local variable: code Comment the local variable. Medium AlertManager.java 32
Uncommented local variable: msg Comment the local variable. Medium AlertManager.java 33
Uncommented local variable: formatter Comment the local variable. Medium AlertManager.java 50
Uncommented local variable: msg Comment the local variable. Medium AlertManager.java 55
Uncommented local variable: vehicle Comment the local variable. Medium AlertManager.java 57
Uncommented local variable: speed Comment the local variable. Medium AlertManager.java 58
Uncommented local variable: dte Comment the local variable. Medium AlertManager.java 59
Uncommented local variable: group Comment the local variable. Medium AlertManager.java 63
Uncommented local variable: alMgr Comment the local variable. Medium AlertManager.java 77
Uncommented local variable: msg Comment the local variable. Medium AlertManager.java 81
Uncommented local variable: code Comment the local variable. Medium AlertManager.java 83
Uncommented local variable: isInterested Comment the local variable. Medium AlertManager.java 85
Uncommented local variable: future Comment the local variable. Medium AsyncCaller.java 43
Uncommented local variable: isInterested Comment the local variable. Medium AsyncCaller.java 65
Uncommented local variable: cal Comment the local variable. Medium AsyncCaller.java 66
Uncommented local variable: tripParamObj Comment the local variable. Medium AsyncCaller.java 69
Uncommented local variable: date2 Comment the local variable. Medium AsyncCaller.java 75
Uncommented local variable: gpsClient Comment the local variable. Medium AsyncCaller.java 76
Uncommented local variable: alMgr Comment the local variable. Medium AsyncCaller.java 82
Uncommented local variable: eventcode Comment the local variable. Medium AsyncCaller.java 85
Uncommented local variable: evcode Comment the local variable. Medium AsyncCaller.java 86
Uncommented local variable: OrgId Comment the local variable. Medium AsyncCaller.java 88
Uncommented local variable: restWS Comment the local variable. Medium AsyncCaller.java 98
Uncommented local variable: isIn Comment the local variable. Medium AsyncCaller.java 100
Uncommented local variable: formatter Comment the local variable. Medium AsyncCaller.java 102
Uncommented local variable: encoder Comment the local variable. Medium AsyncCaller.java 106
Uncommented local variable: date Comment the local variable. Medium AsyncCaller.java 109
Uncommented local variable: flag Comment the local variable. Medium AsyncCaller.java 111
Uncommented local variable: msr Comment the local variable. Medium AsyncCaller.java 150
Uncommented local variable: hexBuffer Comment the local variable. Medium Base16Encoder.java 12
Uncommented local variable: len Comment the local variable. Medium Base16Encoder.java 23
Uncommented local variable: digit1 Comment the local variable. Medium Base16Encoder.java 26
Uncommented local variable: digit2 Comment the local variable. Medium Base16Encoder.java 26
Uncommented local variable: connFuture Comment the local variable. Medium ClientCommunicator.java 38
Uncommented local variable: free Comment the local variable. Medium ClientCommunicator.java 64
Uncommented local variable: ack Comment the local variable. Medium ClientCommunicator.java 65
Uncommented local variable: buffer Comment the local variable. Medium ClientCommunicator.java 66
Uncommented local variable: resbundle Comment the local variable. Medium CommonClass.java 20
Uncommented local variable: jc Comment the local variable. Medium configReader.java 32
Uncommented local variable: unmarshaller Comment the local variable. Medium configReader.java 34
Uncommented local variable: jc Comment the local variable. Medium configReader.java 73
Uncommented local variable: unmarshaller Comment the local variable. Medium configReader.java 75
Uncommented local variable: jc Comment the local variable. Medium configReader.java 105
Uncommented local variable: unmarshaller Comment the local variable. Medium configReader.java 107
Uncommented local variable: objMsg Comment the local variable. Medium ConsumerThread.java 42
Uncommented local variable: packetType Comment the local variable. Medium ConsumerThread.java 53
Uncommented local variable: valFailedExpression Comment the local variable. Medium ConsumerThread.java 99
Uncommented local variable: counter Comment the local variable. Medium ConsumerThread.java 100
Uncommented local variable: ignoreExp Comment the local variable. Medium ConsumerThread.java 101
Uncommented local variable: expRecorder Comment the local variable. Medium ConsumerThread.java 102
Uncommented local variable: dbObj Comment the local variable. Medium ConsumerThread.java 139
Uncommented local variable: isInterested Comment the local variable. Medium DBManager.java 53
Uncommented local variable: isInorOut Comment the local variable. Medium DBManager.java 54
Uncommented local variable: restWS Comment the local variable. Medium DBManager.java 55
Uncommented local variable: isDuplicate Comment the local variable. Medium DBManager.java 57
Uncommented local variable: dateFormat Comment the local variable. Medium DBManager.java 58
Uncommented local variable: gpsClient Comment the local variable. Medium DBManager.java 60
Uncommented local variable: tripParamObj Comment the local variable. Medium DBManager.java 66
Uncommented local variable: date2 Comment the local variable. Medium DBManager.java 71
Uncommented local variable: lastPktResponse Comment the local variable. Medium DBManager.java 75
Uncommented local variable: jsonObj Comment the local variable. Medium DBManager.java 83
Uncommented local variable: flag Comment the local variable. Medium DBManager.java 104
Uncommented local variable: formatter Comment the local variable. Medium DBManager.java 119
Uncommented local variable: encoder Comment the local variable. Medium DBManager.java 122
Uncommented local variable: date Comment the local variable. Medium DBManager.java 124
Uncommented local variable: flag Comment the local variable. Medium DBManager.java 126
Uncommented local variable: date1 Comment the local variable. Medium LMUUtils.java 41
Uncommented local variable: d Comment the local variable. Medium LMUUtils.java 45
Uncommented local variable: cal Comment the local variable. Medium LMUUtils.java 46
Uncommented local variable: digits Comment the local variable. Medium LMUUtils.java 61
Uncommented local variable: val Comment the local variable. Medium LMUUtils.java 63
Uncommented local variable: c Comment the local variable. Medium LMUUtils.java 65
Uncommented local variable: d Comment the local variable. Medium LMUUtils.java 66
Uncommented local variable: digits Comment the local variable. Medium LMUUtils.java 75
Uncommented local variable: hex Comment the local variable. Medium LMUUtils.java 77
Uncommented local variable: cal Comment the local variable. Medium LMUUtils.java 90
Uncommented local variable: format Comment the local variable. Medium LMUUtils.java 110
Uncommented local variable: cal Comment the local variable. Medium LMUUtils.java 112
Uncommented local variable: response Comment the local variable. Medium LMUUtils.java 119
Uncommented local variable: client Comment the local variable. Medium LMUUtils.java 120
Uncommented local variable: host Comment the local variable. Medium LMUUtils.java 121
Uncommented local variable: method Comment the local variable. Medium LMUUtils.java 124
Uncommented local variable: stat Comment the local variable. Medium LMUUtils.java 126
Uncommented local variable: statusCode Comment the local variable. Medium LMUUtils.java 144
Uncommented local variable: utils Comment the local variable. Medium LMUUtils.java 183
Uncommented local variable: factory Comment the local variable. Medium LMUUtils.java 190
Uncommented local variable: xpath1 Comment the local variable. Medium LMUUtils.java 191
Uncommented local variable: xpath2 Comment the local variable. Medium LMUUtils.java 192
Uncommented local variable: exp1 Comment the local variable. Medium LMUUtils.java 193
Uncommented local variable: exp2 Comment the local variable. Medium LMUUtils.java 194
Uncommented local variable: address1 Comment the local variable. Medium LMUUtils.java 195
Uncommented local variable: address2 Comment the local variable. Medium LMUUtils.java 196
Uncommented local variable: inputXML Comment the local variable. Medium LMUUtils.java 201
Uncommented local variable: inputXML2 Comment the local variable. Medium LMUUtils.java 203
Uncommented local variable: event Comment the local variable. Medium LMUUtils.java 220
Uncommented local variable: context Comment the local variable. Medium PacketConsumer.java 70
Uncommented local variable: accumRef Comment the local variable. Medium PacketConsumer.java 73
Uncommented local variable: objConfig Comment the local variable. Medium PacketConsumer.java 83
Uncommented local variable: ex Comment the local variable. Medium PacketConsumer.java 91
Uncommented local variable: reader Comment the local variable. Medium PacketConsumer.java 104
Uncommented local variable: observerInstance Comment the local variable. Medium PacketConsumer.java 107
Uncommented local variable: validatorFactory Comment the local variable. Medium PacketConsumer.java 108
Uncommented local variable: commObj Comment the local variable. Medium PacketConsumer.java 126
Uncommented local variable: queuenames Comment the local variable. Medium PacketConsumer.java 145
Uncommented local variable: context Comment the local variable. Medium PacketConsumer.java 221
Uncommented local variable: reference Comment the local variable. Medium PacketConsumer.java 226
Uncommented local variable: objPck Comment the local variable. Medium PacketConsumer.java 244
Uncommented local variable: strDataSection Comment the local variable. Medium packetHandler.java 26
Uncommented local variable: iParsed Comment the local variable. Medium packetHandler.java 28
Uncommented local variable: iByte Comment the local variable. Medium packetHandler.java 29
Uncommented local variable: result Comment the local variable. Medium packetHandler.java 45
Uncommented local variable: value Comment the local variable. Medium packetHandler.java 60
Uncommented local variable: objOptHdr Comment the local variable. Medium packetHandler.java 119
Uncommented local variable: objTempParam Comment the local variable. Medium packetHandler.java 123
Uncommented local variable: strParamValue Comment the local variable. Medium packetHandler.java 125
Uncommented local variable: objHdr Comment the local variable. Medium packetHandler.java 231
Uncommented local variable: objTempParam Comment the local variable. Medium packetHandler.java 233
Uncommented local variable: strParamValue Comment the local variable. Medium packetHandler.java 235
Uncommented local variable: commObj Comment the local variable. Medium PacketProducer.java 48
Uncommented local variable: thrdQ Comment the local variable. Medium PacketProducer.java 102
Uncommented local variable: QueueName Comment the local variable. Medium PacketProducer.java 105
Uncommented local variable: objMsg Comment the local variable. Medium PacketProducer.java 130
Uncommented local variable: thrdQ Comment the local variable. Medium QueueAllocator.java 65
Uncommented local variable: QueueName Comment the local variable. Medium QueueAllocator.java 68
Uncommented local variable: s Comment the local variable. Medium recieveThread.java 59
Uncommented local variable: objndler Comment the local variable. Medium recieveThread.java 64
Uncommented local variable: mobileNumber Comment the local variable. Medium recieveThread.java 68
Uncommented local variable: dateMillis Comment the local variable. Medium recieveThread.java 69
Uncommented local variable: strValue Comment the local variable. Medium recieveThread.java 77
Uncommented local variable: objLMdir Comment the local variable. Medium recieveThread.java 142
Uncommented local variable: objDummy Comment the local variable. Medium recieveThread.java 143
Uncommented local variable: objParam Comment the local variable. Medium recieveThread.java 145
Uncommented local variable: objLMDr Comment the local variable. Medium recieveThread.java 177
Uncommented local variable: objParm Comment the local variable. Medium recieveThread.java 178
Uncommented local variable: objQ Comment the local variable. Medium recieveThread.java 193
Uncommented local variable: producer Comment the local variable. Medium recieveThread.java 198
Uncommented local variable: objProducer Comment the local variable. Medium recieveThread.java 200
Uncommented local variable: objParam Comment the local variable. Medium recieveThread.java 257
Uncommented local variable: objOptHdr Comment the local variable. Medium recieveThread.java 269
Uncommented local variable: recThread Comment the local variable. Medium recieveThread.java 282
Uncommented local variable: objParam Comment the local variable. Medium sendMessage.java 40
Uncommented local variable: buffer Comment the local variable. Medium sendMessage.java 41
Uncommented local variable: strSize Comment the local variable. Medium sendMessage.java 42
Uncommented local variable: iBiteSize Comment the local variable. Medium sendMessage.java 43
Uncommented local variable: strHex Comment the local variable. Medium sendMessage.java 84
Uncommented local variable: dateFormat Comment the local variable. Medium sendMessage.java 89
Uncommented local variable: date Comment the local variable. Medium sendMessage.java 90
Uncommented local variable: objParam Comment the local variable. Medium sendMessage.java 112
Uncommented local variable: iPos Comment the local variable. Medium sendMessage.java 113
Uncommented local variable: iSize Comment the local variable. Medium sendMessage.java 114
Uncommented local variable: strHex1 Comment the local variable. Medium sendMessage.java 129
Uncommented local variable: connFuture Comment the local variable. Medium TestClient.java 33
Uncommented local variable: strInput Comment the local variable. Medium TestClient.java 61
Uncommented local variable: buffer Comment the local variable. Medium TestClient.java 63
Uncommented local variable: buffer Comment the local variable. Medium TestClient.java 91
Uncommented local variable: executor Comment the local variable. Medium TimerTask1.java 29
Uncommented local variable: worker Comment the local variable. Medium TimerTask1.java 33
Uncommented local variable: activeThreads Comment the local variable. Medium TimerTask1.java 35
Uncommented local variable: date Comment the local variable. Medium UDPClient.java 42
Uncommented local variable: inFromUser Comment the local variable. Medium UDPClient.java 46
Uncommented local variable: ip Comment the local variable. Medium UDPClient.java 47
Uncommented local variable: port Comment the local variable. Medium UDPClient.java 48
Uncommented local variable: packsize Comment the local variable. Medium UDPClient.java 49
Uncommented local variable: clientCount Comment the local variable. Medium UDPClient.java 50
Uncommented local variable: udpObj Comment the local variable. Medium UDPClient.java 52
Uncommented local variable: search Comment the local variable. Medium UDPClient.java 63
Uncommented local variable: result Comment the local variable. Medium UDPClient.java 64
Uncommented local variable: in Comment the local variable. Medium UDPClient.java 66
Uncommented local variable: in1 Comment the local variable. Medium UDPClient.java 67
Uncommented local variable: str Comment the local variable. Medium UDPClient.java 71
Uncommented local variable: itr Comment the local variable. Medium UDPClient.java 87
Uncommented local variable: str Comment the local variable. Medium UDPClient.java 90
Uncommented local variable: str_Time Comment the local variable. Medium UDPClient.java 91
Uncommented local variable: pckt Comment the local variable. Medium UDPClient.java 94
Uncommented local variable: str2 Comment the local variable. Medium UDPClient.java 144
Uncommented local variable: clientSocket Comment the local variable. Medium UDPClient.java 153
Uncommented local variable: IPAddress Comment the local variable. Medium UDPClient.java 154
Uncommented local variable: strInput Comment the local variable. Medium UDPClient.java 174
Uncommented local variable: strDataSection Comment the local variable. Medium UDPClient.java 176
Uncommented local variable: serverSocket Comment the local variable. Medium UDPServer.java 13
Uncommented local variable: receivePacket Comment the local variable. Medium UDPServer.java 17
Uncommented local variable: IPAddress Comment the local variable. Medium UDPServer.java 18
Uncommented local variable: port Comment the local variable. Medium UDPServer.java 19
Uncommented local variable: bits Comment the local variable. Medium UDPServer.java 39
Uncommented local variable: buffer Comment the local variable. Medium UDPServerHandler.java 89
Uncommented local variable: remoteAddress Comment the local variable. Medium UDPServerHandler.java 91
Uncommented local variable: packObj Comment the local variable. Medium UDPServerMINA.java 66
Uncommented local variable: acceptor Comment the local variable. Medium UDPServerMINA.java 70
Uncommented local variable: chain Comment the local variable. Medium UDPServerMINA.java 73
Uncommented local variable: dcfg Comment the local variable. Medium UDPServerMINA.java 83
Uncommented local variable: result Comment the local variable. Medium UDPServerMINA.java 96
Uncommented local variable: addr Comment the local variable. Medium UDPServerMINA.java 106
Uncommented local variable: IPAddress Comment the local variable. Medium UDPServerMINA.java 107
Uncommented local variable: port Comment the local variable. Medium UDPServerMINA.java 108
Uncommented local variable: url Comment the local variable. Medium UDPServerMINA.java 123
Uncommented local variable: accumIterator Comment the local variable. Medium AccumulatorRef.java 24
Uncommented local variable: accum Comment the local variable. Medium AccumulatorRef.java 25
Uncommented local variable: query Comment the local variable. Medium AccumulatorRef.java 26
Uncommented local variable: configIterator Comment the local variable. Medium Configurations.java 21
Uncommented local variable: query Comment the local variable. Medium Configurations.java 22
Uncommented local variable: configObj Comment the local variable. Medium Configurations.java 27
Uncommented local variable: device Comment the local variable. Medium Device.java 31
Uncommented local variable: selectQuery Comment the local variable. Medium Device.java 32
Uncommented local variable: ctxt Comment the local variable. Medium Device.java 51
Uncommented local variable: device Comment the local variable. Medium Device.java 52
Uncommented local variable: lmap Comment the local variable. Medium LMU4100Map.java 50
Uncommented local variable: report Comment the local variable. Medium ReportRef.java 29
Uncommented local variable: selectQuery Comment the local variable. Medium ReportRef.java 30
Uncommented local variable: actualTime Comment the local variable. Medium TripDetails.java 69
Uncommented local variable: query Comment the local variable. Medium TripDetails.java 73
Uncommented local variable: hours Comment the local variable. Medium TripDetails.java 99
Uncommented local variable: mins Comment the local variable. Medium TripDetails.java 100
Uncommented local variable: append1 Comment the local variable. Medium TripDetails.java 112
Uncommented local variable: selectQuery Comment the local variable. Medium TripDetails.java 117
Uncommented local variable: qualifier1 Comment the local variable. Medium TripDetails.java 142
Uncommented local variable: tripObj Comment the local variable. Medium TripDetails.java 178
Uncommented local variable: ctxt Comment the local variable. Medium TripDetails.java 179
Uncommented local variable: cal Comment the local variable. Medium TripDetails.java 181
Uncommented local variable: date Comment the local variable. Medium TripDetails.java 182
Uncommented local variable: lng Comment the local variable. Medium TripDetails.java 184
Uncommented local variable: lng1 Comment the local variable. Medium TripDetails.java 185
Uncommented local variable: trpMsgParams Comment the local variable. Medium TripMsgParams.java 27
Uncommented local variable: len Comment the local variable. Medium TripMsgParams.java 30
Uncommented local variable: rawSelect Comment the local variable. Medium TripParameters.java 71
Uncommented local variable: query Comment the local variable. Medium TripParameters.java 85
Uncommented local variable: exp Comment the local variable. Medium TripParameters.java 86
Uncommented local variable: mobileNumber Comment the local variable. Medium TripParameters.java 99
Uncommented local variable: eventCode Comment the local variable. Medium TripParameters.java 100
Uncommented local variable: utils Comment the local variable. Medium TripParameters.java 101
Uncommented local variable: objTrpDtl Comment the local variable. Medium TripParameters.java 102
Uncommented local variable: vehicle Comment the local variable. Medium TripParameters.java 103
Uncommented local variable: trpParams Comment the local variable. Medium TripParameters.java 104
Uncommented local variable: trpMsgParams Comment the local variable. Medium TripParameters.java 105
Uncommented local variable: cell_id Comment the local variable. Medium TripParameters.java 106
Uncommented local variable: gsm_status Comment the local variable. Medium TripParameters.java 107
Uncommented local variable: dev Comment the local variable. Medium TripParameters.java 129
Uncommented local variable: type Comment the local variable. Medium TripParameters.java 153
Uncommented local variable: UserMsgLength Comment the local variable. Medium TripParameters.java 165
Uncommented local variable: UserMsgRoute Comment the local variable. Medium TripParameters.java 166
Uncommented local variable: UserMsgId Comment the local variable. Medium TripParameters.java 167
Uncommented local variable: UserMsg Comment the local variable. Medium TripParameters.java 168
Uncommented local variable: s Comment the local variable. Medium TripParameters.java 169
Uncommented local variable: accums Comment the local variable. Medium TripParameters.java 170
Uncommented local variable: accPID Comment the local variable. Medium TripParameters.java 171
Uncommented local variable: tripParam Comment the local variable. Medium TripParameters.java 173
Uncommented local variable: result Comment the local variable. Medium TripParameters.java 193
Uncommented local variable: value Comment the local variable. Medium TripParameters.java 212
Uncommented local variable: dateMillis Comment the local variable. Medium TripParameters.java 245
Uncommented local variable: status Comment the local variable. Medium TripParameters.java 254
Uncommented local variable: latTemp Comment the local variable. Medium TripParameters.java 312
Uncommented local variable: longTemp Comment the local variable. Medium TripParameters.java 315
Uncommented local variable: packetStatus Comment the local variable. Medium TripParameters.java 319
Uncommented local variable: vehicle Comment the local variable. Medium VehicleDetails.java 26
Uncommented local variable: selectQuery Comment the local variable. Medium VehicleDetails.java 28
Uncommented local variable: mi Comment the local variable. Medium JarRsrcLoader.java 30
Uncommented local variable: cl Comment the local variable. Medium JarRsrcLoader.java 31
Uncommented local variable: rsrcPath Comment the local variable. Medium JarRsrcLoader.java 35
Uncommented local variable: jceClassLoader Comment the local variable. Medium JarRsrcLoader.java 41
Uncommented local variable: c Comment the local variable. Medium JarRsrcLoader.java 43
Uncommented local variable: main Comment the local variable. Medium JarRsrcLoader.java 44
Uncommented local variable: resEnum Comment the local variable. Medium JarRsrcLoader.java 49
Uncommented local variable: url Comment the local variable. Medium JarRsrcLoader.java 53
Uncommented local variable: is Comment the local variable. Medium JarRsrcLoader.java 54
Uncommented local variable: result Comment the local variable. Medium JarRsrcLoader.java 56
Uncommented local variable: manifest Comment the local variable. Medium JarRsrcLoader.java 57
Uncommented local variable: rsrcCP Comment the local variable. Medium JarRsrcLoader.java 60
Uncommented local variable: firstPos Comment the local variable. Medium JarRsrcLoader.java 87
Uncommented local variable: lastPos Comment the local variable. Medium JarRsrcLoader.java 89
Uncommented local variable: file Comment the local variable. Medium RsrcURLConnection.java 24
Uncommented local variable: result Comment the local variable. Medium RsrcURLConnection.java 25
Uncommented local variable: file Comment the local variable. Medium RsrcURLStreamHandler.java 25
 
Violation Recommendation Severity Resolved Resource Line
Caught exception not logged Use one of the logging methods to log the exception. Medium ValidatorReader.java 55
Caught exception not logged Use one of the logging methods to log the exception. Medium GpsWebserviceClient.java 81
Caught exception not logged Use one of the logging methods to log the exception. Medium FileUtilities.java 65
Caught exception not logged Use one of the logging methods to log the exception. Medium PacketConsumer.java 75
Caught exception not logged Use one of the logging methods to log the exception. Medium PacketConsumer.java 96
Caught exception not logged Use one of the logging methods to log the exception. Medium Configurations.java 37
Caught exception not logged Use one of the logging methods to log the exception. Medium JarRsrcLoader.java 68
 
Violation Recommendation Severity Resolved Resource Line
Logger not declared static final Declare the logger to be both static and final. Medium LogHandler.java 12
Logger not declared static final Declare the logger to be both static and final. Medium DBManager.java 28
Logger not declared static final Declare the logger to be both static and final. Medium MyLogger.java 8
Logger not declared static final Declare the logger to be both static and final. Medium UDPClient.java 31
Logger not declared static final Declare the logger to be both static and final. Medium TripParameters.java 48
 
Violation Recommendation Severity Resolved Resource Line
Logging configured in code Move the configuration information being set with this invocation into a configuration file. Medium MyLogger.java 11
Logging configured in code Move the configuration information being set with this invocation into a configuration file. Medium UDPServerMINA.java 142
 
Violation Recommendation Severity Resolved Resource Line
Serializable class Accounts has no instance variables Do not declare the class serializable. Medium Accounts.java 5
Serializable class Accounts does not define a serialVersionUID field Define a serialVersionUID field. Medium Accounts.java 5
Serializable class AccumulatorRef has no instance variables Do not declare the class serializable. Medium AccumulatorRef.java 15
Serializable class AccumulatorRef has only transient fields Do not declare the class serializable. Medium AccumulatorRef.java 15
Serializable class AccumulatorRef does not define a serialVersionUID field Define a serialVersionUID field. Medium AccumulatorRef.java 15
Serializable class _Accounts has no instance variables Do not declare the class serializable. Medium _Accounts.java 11
Serializable class _Accounts has only transient fields Do not declare the class serializable. Medium _Accounts.java 11
Serializable class _Accounts does not define a serialVersionUID field Define a serialVersionUID field. Medium _Accounts.java 11
Serializable class _AccumulatorRef has no instance variables Do not declare the class serializable. Medium _AccumulatorRef.java 5
Serializable class _AccumulatorRef has only transient fields Do not declare the class serializable. Medium _AccumulatorRef.java 5
Serializable class _AccumulatorRef does not define a serialVersionUID field Define a serialVersionUID field. Medium _AccumulatorRef.java 5
Serializable class _CharityBarometer has no instance variables Do not declare the class serializable. Medium _CharityBarometer.java 13
Serializable class _CharityBarometer has only transient fields Do not declare the class serializable. Medium _CharityBarometer.java 13
Serializable class _CharityBarometer does not define a serialVersionUID field Define a serialVersionUID field. Medium _CharityBarometer.java 13
Serializable class _Configurations has no instance variables Do not declare the class serializable. Medium _Configurations.java 5
Serializable class _Configurations has only transient fields Do not declare the class serializable. Medium _Configurations.java 5
Serializable class _Configurations does not define a serialVersionUID field Define a serialVersionUID field. Medium _Configurations.java 5
Serializable class _Device has no instance variables Do not declare the class serializable. Medium _Device.java 16
Serializable class _Device has only transient fields Do not declare the class serializable. Medium _Device.java 16
Serializable class _Device does not define a serialVersionUID field Define a serialVersionUID field. Medium _Device.java 16
Serializable class _Feedback has no instance variables Do not declare the class serializable. Medium _Feedback.java 16
Serializable class _Feedback has only transient fields Do not declare the class serializable. Medium _Feedback.java 16
Serializable class _Feedback does not define a serialVersionUID field Define a serialVersionUID field. Medium _Feedback.java 16
Serializable class _FenceHistory has no instance variables Do not declare the class serializable. Medium _FenceHistory.java 15
Serializable class _FenceHistory has only transient fields Do not declare the class serializable. Medium _FenceHistory.java 15
Serializable class _FenceHistory does not define a serialVersionUID field Define a serialVersionUID field. Medium _FenceHistory.java 15
Serializable class _FrequentTravellerDetails has no instance variables Do not declare the class serializable. Medium _FrequentTravellerDetails.java 13
Serializable class _FrequentTravellerDetails has only transient fields Do not declare the class serializable. Medium _FrequentTravellerDetails.java 13
Serializable class _FrequentTravellerDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _FrequentTravellerDetails.java 13
Serializable class _FrequentTripDetails has no instance variables Do not declare the class serializable. Medium _FrequentTripDetails.java 13
Serializable class _FrequentTripDetails has only transient fields Do not declare the class serializable. Medium _FrequentTripDetails.java 13
Serializable class _FrequentTripDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _FrequentTripDetails.java 13
Serializable class _Geofence has no instance variables Do not declare the class serializable. Medium _Geofence.java 18
Serializable class _Geofence has only transient fields Do not declare the class serializable. Medium _Geofence.java 18
Serializable class _Geofence does not define a serialVersionUID field Define a serialVersionUID field. Medium _Geofence.java 18
Serializable class _GeovehicleMap has no instance variables Do not declare the class serializable. Medium _GeovehicleMap.java 16
Serializable class _GeovehicleMap has only transient fields Do not declare the class serializable. Medium _GeovehicleMap.java 16
Serializable class _GeovehicleMap does not define a serialVersionUID field Define a serialVersionUID field. Medium _GeovehicleMap.java 16
Serializable class _Inbox has no instance variables Do not declare the class serializable. Medium _Inbox.java 15
Serializable class _Inbox has only transient fields Do not declare the class serializable. Medium _Inbox.java 15
Serializable class _Inbox does not define a serialVersionUID field Define a serialVersionUID field. Medium _Inbox.java 15
Serializable class _Notification has no instance variables Do not declare the class serializable. Medium _Notification.java 12
Serializable class _Notification has only transient fields Do not declare the class serializable. Medium _Notification.java 12
Serializable class _Notification does not define a serialVersionUID field Define a serialVersionUID field. Medium _Notification.java 12
Serializable class _Organization has no instance variables Do not declare the class serializable. Medium _Organization.java 16
Serializable class _Organization has only transient fields Do not declare the class serializable. Medium _Organization.java 16
Serializable class _Organization does not define a serialVersionUID field Define a serialVersionUID field. Medium _Organization.java 16
Serializable class _PickupPoints has no instance variables Do not declare the class serializable. Medium _PickupPoints.java 13
Serializable class _PickupPoints has only transient fields Do not declare the class serializable. Medium _PickupPoints.java 13
Serializable class _PickupPoints does not define a serialVersionUID field Define a serialVersionUID field. Medium _PickupPoints.java 13
Serializable class _ReportRef has no instance variables Do not declare the class serializable. Medium _ReportRef.java 12
Serializable class _ReportRef has only transient fields Do not declare the class serializable. Medium _ReportRef.java 12
Serializable class _ReportRef does not define a serialVersionUID field Define a serialVersionUID field. Medium _ReportRef.java 12
Serializable class _SavingStatus has no instance variables Do not declare the class serializable. Medium _SavingStatus.java 15
Serializable class _SavingStatus has only transient fields Do not declare the class serializable. Medium _SavingStatus.java 15
Serializable class _SavingStatus does not define a serialVersionUID field Define a serialVersionUID field. Medium _SavingStatus.java 15
Serializable class _Speedparameter has no instance variables Do not declare the class serializable. Medium _Speedparameter.java 13
Serializable class _Speedparameter has only transient fields Do not declare the class serializable. Medium _Speedparameter.java 13
Serializable class _Speedparameter does not define a serialVersionUID field Define a serialVersionUID field. Medium _Speedparameter.java 13
Serializable class _TripDetails has no instance variables Do not declare the class serializable. Medium _TripDetails.java 25
Serializable class _TripDetails has only transient fields Do not declare the class serializable. Medium _TripDetails.java 25
Serializable class _TripDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripDetails.java 25
Serializable class _TripMsgParams has no instance variables Do not declare the class serializable. Medium _TripMsgParams.java 13
Serializable class _TripMsgParams has only transient fields Do not declare the class serializable. Medium _TripMsgParams.java 13
Serializable class _TripMsgParams does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripMsgParams.java 13
Serializable class _TripParameters has no instance variables Do not declare the class serializable. Medium _TripParameters.java 20
Serializable class _TripParameters has only transient fields Do not declare the class serializable. Medium _TripParameters.java 20
Serializable class _TripParameters does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripParameters.java 20
Serializable class _TripPreference has no instance variables Do not declare the class serializable. Medium _TripPreference.java 11
Serializable class _TripPreference has only transient fields Do not declare the class serializable. Medium _TripPreference.java 11
Serializable class _TripPreference does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripPreference.java 11
Serializable class _TripScraps has no instance variables Do not declare the class serializable. Medium _TripScraps.java 13
Serializable class _TripScraps has only transient fields Do not declare the class serializable. Medium _TripScraps.java 13
Serializable class _TripScraps does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripScraps.java 13
Serializable class _TripTravelerDetails has no instance variables Do not declare the class serializable. Medium _TripTravelerDetails.java 17
Serializable class _TripTravelerDetails has only transient fields Do not declare the class serializable. Medium _TripTravelerDetails.java 17
Serializable class _TripTravelerDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripTravelerDetails.java 17
Serializable class _TripVehicleMap has no instance variables Do not declare the class serializable. Medium _TripVehicleMap.java 14
Serializable class _TripVehicleMap has only transient fields Do not declare the class serializable. Medium _TripVehicleMap.java 14
Serializable class _TripVehicleMap does not define a serialVersionUID field Define a serialVersionUID field. Medium _TripVehicleMap.java 14
Serializable class _User has no instance variables Do not declare the class serializable. Medium _User.java 17
Serializable class _User has only transient fields Do not declare the class serializable. Medium _User.java 17
Serializable class _User does not define a serialVersionUID field Define a serialVersionUID field. Medium _User.java 17
Serializable class _UserDetails has no instance variables Do not declare the class serializable. Medium _UserDetails.java 27
Serializable class _UserDetails has only transient fields Do not declare the class serializable. Medium _UserDetails.java 27
Serializable class _UserDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _UserDetails.java 27
Serializable class _UserGeofenceMap has no instance variables Do not declare the class serializable. Medium _UserGeofenceMap.java 14
Serializable class _UserGeofenceMap has only transient fields Do not declare the class serializable. Medium _UserGeofenceMap.java 14
Serializable class _UserGeofenceMap does not define a serialVersionUID field Define a serialVersionUID field. Medium _UserGeofenceMap.java 14
Serializable class _UserLandmarks has no instance variables Do not declare the class serializable. Medium _UserLandmarks.java 13
Serializable class _UserLandmarks has only transient fields Do not declare the class serializable. Medium _UserLandmarks.java 13
Serializable class _UserLandmarks does not define a serialVersionUID field Define a serialVersionUID field. Medium _UserLandmarks.java 13
Serializable class _UserPreference has no instance variables Do not declare the class serializable. Medium _UserPreference.java 13
Serializable class _UserPreference has only transient fields Do not declare the class serializable. Medium _UserPreference.java 13
Serializable class _UserPreference does not define a serialVersionUID field Define a serialVersionUID field. Medium _UserPreference.java 13
Serializable class _UserPreferences has no instance variables Do not declare the class serializable. Medium _UserPreferences.java 13
Serializable class _UserPreferences has only transient fields Do not declare the class serializable. Medium _UserPreferences.java 13
Serializable class _UserPreferences does not define a serialVersionUID field Define a serialVersionUID field. Medium _UserPreferences.java 13
Serializable class _Vehicle has no instance variables Do not declare the class serializable. Medium _Vehicle.java 15
Serializable class _Vehicle has only transient fields Do not declare the class serializable. Medium _Vehicle.java 15
Serializable class _Vehicle does not define a serialVersionUID field Define a serialVersionUID field. Medium _Vehicle.java 15
Serializable class _VehicleDetails has no instance variables Do not declare the class serializable. Medium _VehicleDetails.java 21
Serializable class _VehicleDetails has only transient fields Do not declare the class serializable. Medium _VehicleDetails.java 21
Serializable class _VehicleDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium _VehicleDetails.java 21
Serializable class _VehicleGroup has no instance variables Do not declare the class serializable. Medium _VehicleGroup.java 15
Serializable class _VehicleGroup has only transient fields Do not declare the class serializable. Medium _VehicleGroup.java 15
Serializable class _VehicleGroup does not define a serialVersionUID field Define a serialVersionUID field. Medium _VehicleGroup.java 15
Serializable class CharityBarometer has no instance variables Do not declare the class serializable. Medium CharityBarometer.java 5
Serializable class CharityBarometer does not define a serialVersionUID field Define a serialVersionUID field. Medium CharityBarometer.java 5
Serializable class Configurations has no instance variables Do not declare the class serializable. Medium Configurations.java 14
Serializable class Configurations has only transient fields Do not declare the class serializable. Medium Configurations.java 14
Serializable class Configurations does not define a serialVersionUID field Define a serialVersionUID field. Medium Configurations.java 14
Serializable class Device has no instance variables Do not declare the class serializable. Medium Device.java 14
Serializable class Device has only transient fields Do not declare the class serializable. Medium Device.java 14
Serializable class Device does not define a serialVersionUID field Define a serialVersionUID field. Medium Device.java 14
Serializable class TripNotFoundException has no instance variables Do not declare the class serializable. Medium TripNotFoundException.java 3
Serializable class TripNotFoundException does not define a serialVersionUID field Define a serialVersionUID field. Medium TripNotFoundException.java 3
Serializable class VehicleNotFoundException has no instance variables Do not declare the class serializable. Medium VehicleNotFoundException.java 3
Serializable class VehicleNotFoundException does not define a serialVersionUID field Define a serialVersionUID field. Medium VehicleNotFoundException.java 3
Serializable class Feedback has no instance variables Do not declare the class serializable. Medium Feedback.java 5
Serializable class Feedback does not define a serialVersionUID field Define a serialVersionUID field. Medium Feedback.java 5
Serializable class FenceHistory has no instance variables Do not declare the class serializable. Medium FenceHistory.java 5
Serializable class FenceHistory does not define a serialVersionUID field Define a serialVersionUID field. Medium FenceHistory.java 5
Serializable class FrequentTravellerDetails has no instance variables Do not declare the class serializable. Medium FrequentTravellerDetails.java 5
Serializable class FrequentTravellerDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium FrequentTravellerDetails.java 5
Serializable class FrequentTripDetails has no instance variables Do not declare the class serializable. Medium FrequentTripDetails.java 5
Serializable class FrequentTripDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium FrequentTripDetails.java 5
Serializable class Geofence has no instance variables Do not declare the class serializable. Medium Geofence.java 5
Serializable class Geofence does not define a serialVersionUID field Define a serialVersionUID field. Medium Geofence.java 5
Serializable class GeovehicleMap has no instance variables Do not declare the class serializable. Medium GeovehicleMap.java 5
Serializable class GeovehicleMap does not define a serialVersionUID field Define a serialVersionUID field. Medium GeovehicleMap.java 5
Serializable class Inbox has no instance variables Do not declare the class serializable. Medium Inbox.java 5
Serializable class Inbox does not define a serialVersionUID field Define a serialVersionUID field. Medium Inbox.java 5
Serializable class Notification has no instance variables Do not declare the class serializable. Medium Notification.java 5
Serializable class Notification does not define a serialVersionUID field Define a serialVersionUID field. Medium Notification.java 5
Serializable class Organization has no instance variables Do not declare the class serializable. Medium Organization.java 5
Serializable class Organization does not define a serialVersionUID field Define a serialVersionUID field. Medium Organization.java 5
Serializable class PickupPoints has no instance variables Do not declare the class serializable. Medium PickupPoints.java 5
Serializable class PickupPoints does not define a serialVersionUID field Define a serialVersionUID field. Medium PickupPoints.java 5
Serializable class ReportRef has no instance variables Do not declare the class serializable. Medium ReportRef.java 21
Serializable class ReportRef has only transient fields Do not declare the class serializable. Medium ReportRef.java 21
Serializable class ReportRef does not define a serialVersionUID field Define a serialVersionUID field. Medium ReportRef.java 21
Serializable class SavingStatus has no instance variables Do not declare the class serializable. Medium SavingStatus.java 5
Serializable class SavingStatus does not define a serialVersionUID field Define a serialVersionUID field. Medium SavingStatus.java 5
Serializable class Speedparameter has no instance variables Do not declare the class serializable. Medium Speedparameter.java 5
Serializable class Speedparameter does not define a serialVersionUID field Define a serialVersionUID field. Medium Speedparameter.java 5
Serializable class TripDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium TripDetails.java 23
Serializable class TripMsgParams has no instance variables Do not declare the class serializable. Medium TripMsgParams.java 20
Serializable class TripMsgParams does not define a serialVersionUID field Define a serialVersionUID field. Medium TripMsgParams.java 20
Serializable class TripPreference has no instance variables Do not declare the class serializable. Medium TripPreference.java 5
Serializable class TripPreference does not define a serialVersionUID field Define a serialVersionUID field. Medium TripPreference.java 5
Serializable class TripScraps has no instance variables Do not declare the class serializable. Medium TripScraps.java 5
Serializable class TripScraps does not define a serialVersionUID field Define a serialVersionUID field. Medium TripScraps.java 5
Serializable class TripTravelerDetails has no instance variables Do not declare the class serializable. Medium TripTravelerDetails.java 5
Serializable class TripTravelerDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium TripTravelerDetails.java 5
Serializable class TripVehicleMap has no instance variables Do not declare the class serializable. Medium TripVehicleMap.java 5
Serializable class TripVehicleMap does not define a serialVersionUID field Define a serialVersionUID field. Medium TripVehicleMap.java 5
Serializable class User has no instance variables Do not declare the class serializable. Medium User.java 5
Serializable class User does not define a serialVersionUID field Define a serialVersionUID field. Medium User.java 5
Serializable class UserDetails has no instance variables Do not declare the class serializable. Medium UserDetails.java 5
Serializable class UserDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium UserDetails.java 5
Serializable class UserGeofenceMap has no instance variables Do not declare the class serializable. Medium UserGeofenceMap.java 5
Serializable class UserGeofenceMap does not define a serialVersionUID field Define a serialVersionUID field. Medium UserGeofenceMap.java 5
Serializable class UserLandmarks has no instance variables Do not declare the class serializable. Medium UserLandmarks.java 5
Serializable class UserLandmarks does not define a serialVersionUID field Define a serialVersionUID field. Medium UserLandmarks.java 5
Serializable class UserPreference has no instance variables Do not declare the class serializable. Medium UserPreference.java 5
Serializable class UserPreference does not define a serialVersionUID field Define a serialVersionUID field. Medium UserPreference.java 5
Serializable class UserPreferences has no instance variables Do not declare the class serializable. Medium UserPreferences.java 5
Serializable class UserPreferences does not define a serialVersionUID field Define a serialVersionUID field. Medium UserPreferences.java 5
Serializable class Vehicle has no instance variables Do not declare the class serializable. Medium Vehicle.java 5
Serializable class Vehicle does not define a serialVersionUID field Define a serialVersionUID field. Medium Vehicle.java 5
Serializable class VehicleDetails has no instance variables Do not declare the class serializable. Medium VehicleDetails.java 13
Serializable class VehicleDetails has only transient fields Do not declare the class serializable. Medium VehicleDetails.java 13
Serializable class VehicleDetails does not define a serialVersionUID field Define a serialVersionUID field. Medium VehicleDetails.java 13
Serializable class VehicleGroup has no instance variables Do not declare the class serializable. Medium VehicleGroup.java 5
Serializable class VehicleGroup does not define a serialVersionUID field Define a serialVersionUID field. Medium VehicleGroup.java 5
 
Violation Recommendation Severity Resolved Resource Line
Method should be static Add the keyword "static" to the method declaration. Medium ExpressionDecoder.java 80
Method should be static Add the keyword "static" to the method declaration. Medium ExpressionHandler.java 50
Method should be static Add the keyword "static" to the method declaration. Medium GpsWebserviceClient.java 35
Method should be static Add the keyword "static" to the method declaration. Medium GpsWebserviceClient.java 40
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 36
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 44
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 54
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 62
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 70
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 78
Method should be static Add the keyword "static" to the method declaration. Medium PolygonRegion_Service.java 55
Method should be static Add the keyword "static" to the method declaration. Medium PolygonRegion_Service.java 68
Method should be static Add the keyword "static" to the method declaration. Medium LogHandler.java 19
Method should be static Add the keyword "static" to the method declaration. Medium PacketDataFetcher.java 34
Method should be static Add the keyword "static" to the method declaration. Medium PacketDataFetcher.java 72
Method should be static Add the keyword "static" to the method declaration. Medium ParamUtils.java 22
Method should be static Add the keyword "static" to the method declaration. Medium ParamUtils.java 44
Method should be static Add the keyword "static" to the method declaration. Medium ValidatorFactory.java 18
Method should be static Add the keyword "static" to the method declaration. Medium AlertManager.java 37
Method should be static Add the keyword "static" to the method declaration. Medium AsyncCaller.java 40
Method should be static Add the keyword "static" to the method declaration. Medium AsyncCaller.java 62
Method should be static Add the keyword "static" to the method declaration. Medium CommonClass.java 17
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 39
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 85
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 107
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 117
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 187
Method should be static Add the keyword "static" to the method declaration. Medium LMUUtils.java 217
Method should be static Add the keyword "static" to the method declaration. Medium packetHandler.java 23
Method should be static Add the keyword "static" to the method declaration. Medium packetHandler.java 55
Method should be static Add the keyword "static" to the method declaration. Medium PacketProducer.java 129
Method should be static Add the keyword "static" to the method declaration. Medium sendMessage.java 25
Method should be static Add the keyword "static" to the method declaration. Medium sendMessage.java 104
Method should be static Add the keyword "static" to the method declaration. Medium AccumulatorRef.java 20
Method should be static Add the keyword "static" to the method declaration. Medium _Accounts.java 17
Method should be static Add the keyword "static" to the method declaration. Medium _Accounts.java 20
Method should be static Add the keyword "static" to the method declaration. Medium _Accounts.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _Accounts.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _AccumulatorRef.java 10
Method should be static Add the keyword "static" to the method declaration. Medium _AccumulatorRef.java 13
Method should be static Add the keyword "static" to the method declaration. Medium _AccumulatorRef.java 17
Method should be static Add the keyword "static" to the method declaration. Medium _AccumulatorRef.java 20
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _CharityBarometer.java 39
Method should be static Add the keyword "static" to the method declaration. Medium _Configurations.java 11
Method should be static Add the keyword "static" to the method declaration. Medium _Configurations.java 14
Method should be static Add the keyword "static" to the method declaration. Medium _Configurations.java 18
Method should be static Add the keyword "static" to the method declaration. Medium _Configurations.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 59
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 66
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 80
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 83
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 87
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 90
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 94
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 97
Method should be static Add the keyword "static" to the method declaration. Medium _Device.java 101
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 42
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 49
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 56
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 59
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 63
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 67
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 72
Method should be static Add the keyword "static" to the method declaration. Medium _Feedback.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 26
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 29
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 36
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 50
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 54
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 57
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 61
Method should be static Add the keyword "static" to the method declaration. Medium _FenceHistory.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTravellerDetails.java 20
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTravellerDetails.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTripDetails.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTripDetails.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTripDetails.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _FrequentTripDetails.java 32
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 42
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 49
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 56
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 59
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 63
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 66
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 70
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 77
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 80
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 84
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 87
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 91
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 94
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 98
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 103
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 107
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 112
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 116
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 121
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 124
Method should be static Add the keyword "static" to the method declaration. Medium _Geofence.java 128
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _GeovehicleMap.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 58
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _Inbox.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 32
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 36
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _Notification.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 36
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 50
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 54
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 57
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 61
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 64
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 68
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 71
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 75
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 78
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 82
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 85
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 89
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 92
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 96
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 99
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 103
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 106
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 110
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 115
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 118
Method should be static Add the keyword "static" to the method declaration. Medium _Organization.java 122
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _PickupPoints.java 39
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 17
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 20
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 23
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _ReportRef.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 26
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 29
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 36
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 50
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 54
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 57
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 61
Method should be static Add the keyword "static" to the method declaration. Medium _SavingStatus.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _Speedparameter.java 39
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 23
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 26
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _TripMsgParams.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 56
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 60
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 64
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 78
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 81
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 92
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 95
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 99
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 102
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 106
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 109
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 112
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 115
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 119
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 122
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 126
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 129
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 132
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 135
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 139
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 142
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 146
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 149
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 153
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 156
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 160
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 163
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 167
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 170
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 174
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 177
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 181
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 184
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 196
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 199
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 202
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 205
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 210
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 214
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 219
Method should be static Add the keyword "static" to the method declaration. Medium _TripParameters.java 222
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 59
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 66
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _TripPreference.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 28
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 35
Method should be static Add the keyword "static" to the method declaration. Medium _TripScraps.java 39
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 54
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 58
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 61
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 68
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 72
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 75
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 79
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 82
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 86
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 89
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 93
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 96
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 100
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 103
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 107
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 110
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 114
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 117
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 121
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 124
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 128
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 131
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 135
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 140
Method should be static Add the keyword "static" to the method declaration. Medium _TripTravelerDetails.java 144
Method should be static Add the keyword "static" to the method declaration. Medium _TripVehicleMap.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _TripVehicleMap.java 25
Method should be static Add the keyword "static" to the method declaration. Medium _TripVehicleMap.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _TripVehicleMap.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 52
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 59
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 66
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 80
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 83
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 87
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 90
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 94
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 97
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 101
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 104
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 108
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 111
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 115
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 118
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 122
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 125
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 129
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 132
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 136
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 139
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 143
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 148
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 151
Method should be static Add the keyword "static" to the method declaration. Medium _User.java 155
Method should be static Add the keyword "static" to the method declaration. Medium _UserGeofenceMap.java 21
Method should be static Add the keyword "static" to the method declaration. Medium _UserGeofenceMap.java 25
Method should be static Add the keyword "static" to the method declaration. Medium _UserGeofenceMap.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _UserGeofenceMap.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 23
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 26
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 33
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 40
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _UserLandmarks.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 22
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 25
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 29
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 32
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 36
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 39
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 43
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreference.java 47
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 58
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 72
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 79
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 83
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 86
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 90
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 93
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 97
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 100
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 104
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 107
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 111
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 114
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 118
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 121
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 125
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 128
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 132
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 135
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 139
Method should be static Add the keyword "static" to the method declaration. Medium _UserPreferences.java 143
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 30
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 37
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 44
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 58
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 73
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _Vehicle.java 80
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 51
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 55
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 58
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 62
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 65
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 69
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 72
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 76
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 79
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 83
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 86
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 90
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 93
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 97
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 100
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 104
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 107
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 111
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 114
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 118
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 121
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 125
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 128
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 132
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 135
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 139
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 142
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 146
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 149
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 153
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 158
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 162
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 167
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 171
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 176
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 180
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 185
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 189
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleDetails.java 194
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 24
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 27
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 31
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 34
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 38
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 41
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 45
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 48
Method should be static Add the keyword "static" to the method declaration. Medium _VehicleGroup.java 52
Method should be static Add the keyword "static" to the method declaration. Medium Configurations.java 17
Method should be static Add the keyword "static" to the method declaration. Medium Organization.java 6
Method should be static Add the keyword "static" to the method declaration. Medium ReportRef.java 24
Method should be static Add the keyword "static" to the method declaration. Medium TripDetails.java 55
Method should be static Add the keyword "static" to the method declaration. Medium TripMsgParams.java 22
Method should be static Add the keyword "static" to the method declaration. Medium TripParameters.java 51
Method should be static Add the keyword "static" to the method declaration. Medium TripParameters.java 65
Method should be static Add the keyword "static" to the method declaration. Medium TripParameters.java 81
Method should be static Add the keyword "static" to the method declaration. Medium VehicleDetails.java 17
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 43
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 51
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 59
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 67
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 75
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 83
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 91
Method should be static Add the keyword "static" to the method declaration. Medium ObjectFactory.java 99
 
Violation Recommendation Severity Resolved Resource Line
Default is not the last case in a switch statement Move the default case to the end of the statement. Medium ExpressionDecoder.java 107
 
Violation Recommendation Severity Resolved Resource Line
Multiple returns from method parseResponse Rewrite the method so that there is a single return statement at the end. Medium PacketDataFetcher.java 72
Multiple returns from method isToSend Rewrite the method so that there is a single return statement at the end. Medium AlertManager.java 37
Multiple returns from method CallWS_Async Rewrite the method so that there is a single return statement at the end. Medium AsyncCaller.java 40
Multiple returns from method ProcessClient Rewrite the method so that there is a single return statement at the end. Medium AsyncCaller.java 62
Multiple returns from method GetPropertyValue Rewrite the method so that there is a single return statement at the end. Medium CommonClass.java 26
Multiple returns from method getOptionsHeader Rewrite the method so that there is a single return statement at the end. Medium configReader.java 22
Multiple returns from method getLMHeader Rewrite the method so that there is a single return statement at the end. Medium configReader.java 66
Multiple returns from method getLMContent Rewrite the method so that there is a single return statement at the end. Medium configReader.java 98
Multiple returns from method decimal2hex Rewrite the method so that there is a single return statement at the end. Medium LMUUtils.java 74
Multiple returns from method FindProducer Rewrite the method so that there is a single return statement at the end. Medium PacketProducer.java 100
Multiple returns from method FindProducer Rewrite the method so that there is a single return statement at the end. Medium QueueAllocator.java 63
Multiple returns from method putValue Rewrite the method so that there is a single return statement at the end. Medium sendMessage.java 107
Multiple returns from method getConfigVal Rewrite the method so that there is a single return statement at the end. Medium Configurations.java 17
Multiple returns from method findDeviceByMobileNo Rewrite the method so that there is a single return statement at the end. Medium Device.java 28
Multiple returns from method getDataContext Rewrite the method so that there is a single return statement at the end. Medium LMU4100Map.java 25
Multiple returns from method getManifestInfo Rewrite the method so that there is a single return statement at the end. Medium JarRsrcLoader.java 48
Multiple returns from method splitSpaces Rewrite the method so that there is a single return statement at the end. Medium JarRsrcLoader.java 83
Multiple returns from method createURLStreamHandler Rewrite the method so that there is a single return statement at the end. Medium RsrcURLStreamHandlerFactory.java 18
 
Violation Recommendation Severity Resolved Resource Line
Method is too complex (cyclomatic complexity = 11) Reduce the complexity of the method by extracting some of the code into a separate method. Medium DriftMasker.java 33
Method is too complex (cyclomatic complexity = 22) Reduce the complexity of the method by extracting some of the code into a separate method. Medium PacketConsumer.java 67
 
Violation Recommendation Severity Resolved Resource Line
The while-loop could be converted to a for-loop Change the while-loop to a for-loop, declaring accumIterator in an initializer of the for statement. Medium AccumulatorRef.java 36
The while-loop could be converted to a for-loop Change the while-loop to a for-loop, declaring configIterator in an initializer of the for statement. Medium Configurations.java 30
 
Violation Recommendation Severity Resolved Resource Line
Invalid boolean method name: "evaluateExpression" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium ExpressionHandler.java 22
Invalid boolean method name: "getIgnoreException" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium IPacketObserver.java 13
Invalid boolean method name: "WhetherInterseted" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium GpsWebserviceClient.java 35
Invalid boolean method name: "inOrOut" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium GpsWebserviceClient.java 40
Invalid boolean method name: "pointInPolygon" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium PolygonRegion.java 43
Invalid boolean method name: "whetherInterested" should be prefixed with 'can', 'equal', 'equals', etc. Rename the method to have one of the valid prefixes. Medium PolygonRegion.java 63
 
Violation Recommendation Severity Resolved Resource Line
Invalid XSD file name: /LMU_SCHOOL/src/LMU4100.xsd Rename the XSD file to conform to the naming convention. Medium LMU4100.xsd 1
 
Violation Recommendation Severity Resolved Resource Line
Unhandled paring error Catch the exception. Medium packetHandler.java 33
Unhandled paring error Catch the exception. Medium PacketProducer.java 145
Unhandled paring error Catch the exception. Medium UDPClient.java 48
Unhandled paring error Catch the exception. Medium UDPClient.java 49
Unhandled paring error Catch the exception. Medium UDPClient.java 50
Unhandled paring error Catch the exception. Medium UDPServerMINA.java 69
Unhandled paring error Catch the exception. Medium TripMsgParams.java 30
 
Violation Recommendation Severity Resolved Resource Line
Incompatible types stored in a collection Decide which type is really stored in the collection and put and retrieve objects of the same type. Medium ExpressionDecoder.java 100
Incompatible types stored in a collection Decide which type is really stored in the collection and put and retrieve objects of the same type. Medium ExpressionDecoder.java 118
Incompatible types stored in a collection Decide which type is really stored in the collection and put and retrieve objects of the same type. Medium ExpressionDecoder.java 130
Incompatible types stored in a collection Decide which type is really stored in the collection and put and retrieve objects of the same type. Medium ExpressionDecoder.java 139
Incompatible types stored in a collection Decide which type is really stored in the collection and put and retrieve objects of the same type. Medium AlertManager.java 81
 
Violation Recommendation Severity Resolved Resource Line
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium DirectParamEvaluator.java 22
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ExpressionDecoder.java 40
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ExpressionDecoder.java 87
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium IPacketObserver.java 11
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 83
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 89
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 94
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 99
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 104
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 110
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 115
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium ClientCommunicator.java 119
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium LMUUtils.java 39
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium LMUUtils.java 85
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium LMUUtils.java 181
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium LMUUtils.java 187
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 82
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 88
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 100
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 105
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 110
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 116
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 121
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TestClient.java 126
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPClient.java 39
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServer.java 11
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 35
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 43
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 51
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 60
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 69
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 77
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium UDPServerHandler.java 86
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TripDetails.java 61
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TripDetails.java 176
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TripParameters.java 82
Disallowed exception declared: Exception Consider declaring a more specific exception. Medium TripParameters.java 97
 
Violation Recommendation Severity Resolved Resource Line
Duplicate import: import org.apache.logging.log4j.Logger; Delete the duplicate import. Medium GpsWebserviceClient.java 24
Duplicate import: import org.apache.logging.log4j.LogManager; Delete the duplicate import. Medium GpsWebserviceClient.java 25
 
Violation Recommendation Severity Resolved Resource Line
Demand import of "org.apache.commons.lang3.exception" Explicitly list each type that is being imported. Medium LoggerStackTraceUtil.java 6
Demand import of "java.util" Explicitly list each type that is being imported. Medium AlertManager.java 7
Demand import of "LMU4100.jaxb" Explicitly list each type that is being imported. Medium configReader.java 10
Demand import of "java.net" Explicitly list each type that is being imported. Medium recieveThread.java 29
Demand import of "java.net" Explicitly list each type that is being imported. Medium sendMessage.java 7
Demand import of "java.util.concurrent" Explicitly list each type that is being imported. Medium TimerTask1.java 5
Demand import of "java.io" Explicitly list each type that is being imported. Medium UDPServer.java 2
Demand import of "java.net" Explicitly list each type that is being imported. Medium UDPServer.java 3
Demand import of "java.net" Explicitly list each type that is being imported. Medium RsrcURLConnection.java 5
Demand import of "java.net" Explicitly list each type that is being imported. Medium RsrcURLStreamHandler.java 4
 
Violation Recommendation Severity Resolved Resource Line
Invalid numeric literal: 43.648836 Consider defining a constant name to represent the value. Medium GpsWebserviceClient.java 72
Invalid numeric literal: 79.375545 Consider defining a constant name to represent the value. Medium GpsWebserviceClient.java 73
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium LoggerStackTraceUtil.java 23
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium LoggerStackTraceUtil.java 26
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium ParamUtils.java 54
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium ParamUtils.java 60
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium ParamUtils.java 62
Invalid numeric literal: 0.036 Consider defining a constant name to represent the value. Medium AlertManager.java 58
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium AsyncCaller.java 37
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium Base16Encoder.java 12
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium Base16Encoder.java 15
Invalid numeric literal: 0xF Consider defining a constant name to represent the value. Medium Base16Encoder.java 15
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium Base16Encoder.java 24
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium Base16Encoder.java 26
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium Base16Encoder.java 26
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium Base16Encoder.java 30
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium Base16Encoder.java 34
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium Base16Encoder.java 36
Invalid numeric literal: 100 Consider defining a constant name to represent the value. Medium ClientCommunicator.java 66
Invalid numeric literal: 1000 Consider defining a constant name to represent the value. Medium ClientCommunicator.java 73
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium ConsumerThread.java 42
Invalid numeric literal: 8 Consider defining a constant name to represent the value. Medium DBManager.java 74
Invalid numeric literal: 111 Consider defining a constant name to represent the value. Medium DBManager.java 74
Invalid numeric literal: 1000 Consider defining a constant name to represent the value. Medium LMUUtils.java 44
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium LMUUtils.java 67
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium LMUUtils.java 79
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium LMUUtils.java 81
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium LMUUtils.java 113
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium LMUUtils.java 140
Invalid numeric literal: 56 Consider defining a constant name to represent the value. Medium packetHandler.java 26
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium packetHandler.java 27
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium packetHandler.java 33
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium packetHandler.java 33
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium packetHandler.java 35
Invalid numeric literal: 0xff Consider defining a constant name to represent the value. Medium packetHandler.java 49
Invalid numeric literal: 0x100 Consider defining a constant name to represent the value. Medium packetHandler.java 49
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium packetHandler.java 49
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium packetHandler.java 70
Invalid numeric literal: 25 Consider defining a constant name to represent the value. Medium packetHandler.java 71
Invalid numeric literal: 26 Consider defining a constant name to represent the value. Medium packetHandler.java 72
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium packetHandler.java 73
Invalid numeric literal: 27 Consider defining a constant name to represent the value. Medium packetHandler.java 73
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium packetHandler.java 74
Invalid numeric literal: 28 Consider defining a constant name to represent the value. Medium packetHandler.java 74
Invalid numeric literal: 1000 Consider defining a constant name to represent the value. Medium PacketProducer.java 145
Invalid numeric literal: 1024 Consider defining a constant name to represent the value. Medium recieveThread.java 60
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium sendMessage.java 52
Invalid numeric literal: 10 Consider defining a constant name to represent the value. Medium sendMessage.java 61
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 66
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 67
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium sendMessage.java 71
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium sendMessage.java 72
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium sendMessage.java 75
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 75
Invalid numeric literal: 6 Consider defining a constant name to represent the value. Medium sendMessage.java 76
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 76
Invalid numeric literal: 7 Consider defining a constant name to represent the value. Medium sendMessage.java 77
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 77
Invalid numeric literal: 8 Consider defining a constant name to represent the value. Medium sendMessage.java 78
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 78
Invalid numeric literal: 9 Consider defining a constant name to represent the value. Medium sendMessage.java 79
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 79
Invalid numeric literal: 0xff Consider defining a constant name to represent the value. Medium sendMessage.java 87
Invalid numeric literal: 0x100 Consider defining a constant name to represent the value. Medium sendMessage.java 87
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 87
Invalid numeric literal: 0xff Consider defining a constant name to represent the value. Medium sendMessage.java 132
Invalid numeric literal: 0x100 Consider defining a constant name to represent the value. Medium sendMessage.java 132
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium sendMessage.java 132
Invalid numeric literal: 18567 Consider defining a constant name to represent the value. Medium TestClient.java 33
Invalid numeric literal: 1000 Consider defining a constant name to represent the value. Medium TestClient.java 71
Invalid numeric literal: 20 Consider defining a constant name to represent the value. Medium TimerTask1.java 29
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium UDPClient.java 49
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium UDPClient.java 50
Invalid numeric literal: 23 Consider defining a constant name to represent the value. Medium UDPClient.java 98
Invalid numeric literal: 56 Consider defining a constant name to represent the value. Medium UDPClient.java 176
Invalid numeric literal: 2 Consider defining a constant name to represent the value. Medium UDPClient.java 177
Invalid numeric literal: 20500 Consider defining a constant name to represent the value. Medium UDPServer.java 13
Invalid numeric literal: 1024 Consider defining a constant name to represent the value. Medium UDPServer.java 14
Invalid numeric literal: 1024 Consider defining a constant name to represent the value. Medium UDPServer.java 15
Invalid numeric literal: 8 Consider defining a constant name to represent the value. Medium UDPServer.java 39
Invalid numeric literal: 8 Consider defining a constant name to represent the value. Medium UDPServer.java 40
Invalid numeric literal: 4 Consider defining a constant name to represent the value. Medium UDPServerMINA.java 78
Invalid numeric literal: 0xff Consider defining a constant name to represent the value. Medium UDPServerMINA.java 102
Invalid numeric literal: 0x100 Consider defining a constant name to represent the value. Medium UDPServerMINA.java 102
Invalid numeric literal: 16 Consider defining a constant name to represent the value. Medium UDPServerMINA.java 102
Invalid numeric literal: 100 Consider defining a constant name to represent the value. Medium TripDetails.java 112
Invalid numeric literal: 3 Consider defining a constant name to represent the value. Medium TripDetails.java 185
Invalid numeric literal: 37 Consider defining a constant name to represent the value. Medium TripParameters.java 171
Invalid numeric literal: 40 Consider defining a constant name to represent the value. Medium TripParameters.java 219
Invalid numeric literal: 0.001 Consider defining a constant name to represent the value. Medium TripParameters.java 222
Invalid numeric literal: 10000000 Consider defining a constant name to represent the value. Medium TripParameters.java 323
Invalid numeric literal: 10000000 Consider defining a constant name to represent the value. Medium TripParameters.java 323
Invalid numeric literal: 10000000 Consider defining a constant name to represent the value. Medium TripParameters.java 332
Invalid numeric literal: 10000000 Consider defining a constant name to represent the value. Medium TripParameters.java 333
Invalid numeric literal: 10000000 Consider defining a constant name to represent the value. Medium TripParameters.java 338
Invalid numeric literal: 10000000 Consider defining a constant name to represent the value. Medium TripParameters.java 338
Invalid numeric literal: 5 Consider defining a constant name to represent the value. Medium RsrcURLStreamHandler.java 27
 
Violation Recommendation Severity Resolved Resource Line
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium IPacketObserver.java 12
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 35
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 35
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 35
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 40
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 40
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium GpsWebserviceClient.java 40
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MobileAlert.java 78
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MobileAlert.java 238
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MobileAlertMessage.java 135
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MobileAlertMessageResponse.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium MobileAlertResponse.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PointInPolygon.java 64
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PointInPolygon.java 80
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PointInPolygon.java 96
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PointInPolygonResponse.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 45
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 46
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 47
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 64
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 66
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 68
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium PolygonRegion.java 93
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UpdateRfidHistory.java 68
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UpdateRfidHistory.java 108
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UpdateRfidHistory.java 124
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium WhetherInterested.java 64
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium WhetherInterested.java 80
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium WhetherInterested.java 96
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium WhetherInterestedResponse.java 50
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium ParamUtils.java 44
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium AlertManager.java 37
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium AlertManager.java 49
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium ConsumerThread.java 28
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium LMUUtils.java 74
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium LMUUtils.java 117
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium recieveThread.java 54
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TimerTask1.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TimerTask1.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium TimerTask1.java 19
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UDPClient.java 32
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UDPClient.java 32
Do not use primitive types for method arguments Replace the primitive type argument with the corresponding Java object. Medium UDPServer.java 37
 
Violation Recommendation Severity Resolved Resource Line
Lazy initialization of instance is not thread safe Make the method <code>getInstance</code> synchronized. Medium CategoryReader.java 38
Lazy initialization of instance is not thread safe Make the method <code>getInstance</code> synchronized. Medium ExpReader.java 38
Lazy initialization of instance is not thread safe Make the method <code>getInstance</code> synchronized. Medium ValidatorReader.java 41
Lazy initialization of instance is not thread safe Make the method <code>getInstance</code> synchronized. Medium LMU4100Map.java 19
Lazy initialization of instance is not thread safe Make the method <code>getInstance</code> synchronized. Medium LMU4100Map.java 12
 
Violation Recommendation Severity Resolved Resource Line
Potential infinite loop Make sure that the loop makes progress toward either its exit condition, or a control flow statement. Medium UDPServer.java 21
 
Violation Recommendation Severity Resolved Resource Line
Private fields should be assigned a value Remove the field definition. Medium LogHandler.java 12
 
Violation Recommendation Severity Resolved Resource Line
Multiple statements on one line Move the statement onto its own line. Medium LMUUtils.java 228
Multiple statements on one line Move the statement onto its own line. Medium UDPClient.java 115
Multiple statements on one line Move the statement onto its own line. Medium UDPClient.java 115
Multiple statements on one line Move the statement onto its own line. Medium UDPClient.java 115
 
Violation Recommendation Severity Resolved Resource Line
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CategoryReader.java 83
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DirectParamEvaluator.java 25
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DirectParamEvaluator.java 46
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 46
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 51
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 54
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 82
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 85
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 88
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DriftMasker.java 90
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 109
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 111
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 115
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 119
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 121
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 129
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpReader.java 143
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 49
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 74
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 101
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 104
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 115
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 121
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 126
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 128
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionDecoder.java 149
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionHandler.java 69
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ExpressionHandler.java 81
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 64
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 66
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 70
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 76
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 84
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 98
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ValidatorReader.java 153
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsWebserviceClient.java 34
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsWebserviceClient.java 47
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsWebserviceClient.java 52
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsWebserviceClient.java 70
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium GpsWebserviceClient.java 99
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 44
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 74
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 78
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 82
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 91
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketDataFetcher.java 97
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ParamUtils.java 46
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ParamUtils.java 56
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 70
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 72
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 87
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 95
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 138
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium AsyncCaller.java 154
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 292
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 295
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 314
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 357
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 360
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 379
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 930
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 970
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 973
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,039
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,042
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,051
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,054
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,066
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,069
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,758
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium Base64.java 1,937
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ClientCommunicator.java 62
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ClientCommunicator.java 71
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ClientCommunicator.java 121
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CommonClass.java 19
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium CommonClass.java 21
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 17
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 24
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 30
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 38
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 46
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 68
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 85
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 100
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium configReader.java 117
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 25
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 56
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 59
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 64
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 73
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 95
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 110
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 116
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 132
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 136
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 153
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 160
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 162
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 177
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 181
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 183
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 192
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 200
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium DBManager.java 209
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMUUtils.java 91
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMUUtils.java 109
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMUUtils.java 111
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMUUtils.java 130
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMUUtils.java 134
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 140
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 142
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketConsumer.java 162
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 34
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 69
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 76
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 79
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 82
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 84
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 89
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 94
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 120
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 126
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 130
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 133
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 145
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 160
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 173
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 199
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 201
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 206
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 212
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 237
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 249
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 268
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 273
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 286
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 290
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 293
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 302
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 318
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 321
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 336
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 340
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 348
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 363
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 395
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 400
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 412
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 554
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 557
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 591
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 594
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 597
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 645
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 694
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 718
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 724
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 759
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium packetHandler.java 781
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 37
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 39
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 51
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 53
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 59
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 64
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 69
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 72
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 84
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium PacketProducer.java 103
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 2
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 34
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 41
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 50
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 72
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 74
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium QueueAllocator.java 76
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 8
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 10
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 49
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 62
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 79
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 83
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 90
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 99
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 102
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 105
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 108
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 114
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 117
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 119
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 131
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 136
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 160
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 163
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 166
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 170
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 176
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 180
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 202
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 209
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 220
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 221
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 236
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 242
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 251
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 264
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium recieveThread.java 271
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium sendMessage.java 34
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium sendMessage.java 73
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium sendMessage.java 80
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium sendMessage.java 95
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium sendMessage.java 110
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestClient.java 60
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestClient.java 62
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestClient.java 65
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TestClient.java 69
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 51
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 54
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 60
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 74
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 80
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 95
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 97
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 99
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 102
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 117
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 128
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 135
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 143
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 156
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 158
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 162
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 173
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 180
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 184
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 206
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 217
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPClient.java 221
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServer.java 30
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerHandler.java 24
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 6
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 8
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 10
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 51
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 55
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 60
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 72
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 75
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 79
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 86
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 88
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 112
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 118
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 126
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 129
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 135
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 139
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 141
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium UDPServerMINA.java 144
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _TripParameters.java 23
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _TripParameters.java 37
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _TripParameters.java 86
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium _TripParameters.java 189
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 37
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 42
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 52
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 67
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 70
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 75
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 85
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 91
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 113
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 124
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 138
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 160
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripDetails.java 180
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 7
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 9
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 11
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 69
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 98
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 112
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 122
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 124
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 144
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 148
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 162
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 191
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 211
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 225
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 244
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 261
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 272
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 283
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 288
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 295
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 297
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 302
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 318
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 321
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 330
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 337
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 339
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 345
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 350
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 353
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 424
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 431
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 438
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 444
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 448
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 452
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 456
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 467
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 518
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 563
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 578
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium TripParameters.java 581
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleDetails.java 25
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium VehicleDetails.java 56
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium LMDirect.java 3
Code found in comment Remove the code, or, if it exists to support debugging, make it conditional based on some debugging or logging flag. Medium ObjectFactory.java 3
 
Violation Recommendation Severity Resolved Resource Line
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 30
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 31
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 34
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 37
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 40
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 43
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 47
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 52
Avoid calling Runtime.freeMemory() in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 64
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 75
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 84
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 90
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 95
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 100
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 105
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 111
Avoid calling System.out in production code Delete the debugging / profiling code. Medium ClientCommunicator.java 116
Avoid calling System.out in production code Delete the debugging / profiling code. Medium MyLogger.java 27
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 25
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 26
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 29
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 32
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 35
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 37
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 43
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TestClient.java 48
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TestClient.java 74
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium TestClient.java 83
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 89
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 93
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 96
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 101
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 106
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 111
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 117
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TestClient.java 123
Avoid calling System.out in production code Delete the debugging / profiling code. Medium TimerTask1.java 37
Avoid calling System.out in production code Delete the debugging / profiling code. Medium UDPClient.java 43
Avoid calling System.out in production code Delete the debugging / profiling code. Medium UDPClient.java 61
Avoid calling System.out in production code Delete the debugging / profiling code. Medium UDPClient.java 107
Avoid calling Throwable.printStackTrace() in production code Delete the debugging / profiling code. Medium UDPClient.java 112
Avoid calling System.out in production code Delete the debugging / profiling code. Medium UDPClient.java 169
Avoid calling System.out in production code Delete the debugging / profiling code. Medium UDPClient.java 175
Avoid calling System.err in production code Delete the debugging / profiling code. Medium JarRsrcLoader.java 72
 
Violation Recommendation Severity Resolved Resource Line
Empty method Delete the empty method. Medium CategoryReader.java 33
Empty method Delete the empty method. Medium ExpReader.java 33
Empty method Delete the empty method. Medium ValidatorReader.java 36
Empty method Delete the empty method. Medium ObjectFactory.java 29
Empty method Delete the empty method. Medium ClientCommunicator.java 119
Empty method Delete the empty method. Medium ConsumerThread.java 151
Empty method Delete the empty method. Medium PacketProducer.java 154
Empty method Delete the empty method. Medium QueueAllocator.java 96
Empty method Delete the empty method. Medium sendMessage.java 25
Empty method Delete the empty method. Medium sendMessage.java 104
Empty method Delete the empty method. Medium sendMessage.java 143
Empty method Delete the empty method. Medium LMU4100Map.java 15
Empty method Delete the empty method. Medium LMU4100Map.java 9
Empty method Delete the empty method. Medium ObjectFactory.java 36
Empty method Delete the empty method. Medium JIJConstants.java 7
Empty method Delete the empty method. Medium RsrcURLConnection.java 16
 
Violation Recommendation Severity Resolved Resource Line
Unnecessary import: import org.w3c.dom.NodeList; Delete the import. Medium CategoryReader.java 22
Unnecessary import: import java.util.Iterator; Delete the import. Medium ExpReader.java 13
Unnecessary import: import org.w3c.dom.NodeList; Delete the import. Medium ExpReader.java 22
Unnecessary import: import lmu.core.LMUUtils; Delete the import. Medium ExpressionHandler.java 10
Unnecessary import: import java.util.Enumeration; Delete the import. Medium ValidatorReader.java 12
Unnecessary import: import java.util.Map.Entry; Delete the import. Medium ValidatorReader.java 15
Unnecessary import: import lmu.core.PacketConsumer; Delete the import. Medium ValidatorReader.java 17
Unnecessary import: import org.w3c.dom.NodeList; Delete the import. Medium ValidatorReader.java 25
Unnecessary import: import com.gps.services.PolygonRegion; Delete the import. Medium GpsWebserviceClient.java 21
Unnecessary import: import com.gps.services.PolygonRegion_Service; Delete the import. Medium GpsWebserviceClient.java 22
Unnecessary import: import com.gps.corrector.ValidatorDetails; Delete the import. Medium ConfigReader.java 8
Unnecessary import: import java.io.File; Delete the import. Medium FileUtilities.java 10
Unnecessary import: import java.io.UnsupportedEncodingException; Delete the import. Medium LogHandler.java 5
Unnecessary import: import java.text.ParseException; Delete the import. Medium PacketDataFetcher.java 11
Unnecessary import: import java.util.Iterator; Delete the import. Medium PacketDataFetcher.java 14
Unnecessary import: import java.util.concurrent.ExecutionException; Delete the import. Medium AsyncCaller.java 8
Unnecessary import: import LMU4100.DB.exceptions.TripNotFoundException; Delete the import. Medium AsyncCaller.java 25
Unnecessary import: import org.apache.mina.example.udp.MemoryMonitor; Delete the import. Medium ClientCommunicator.java 13
Unnecessary import: import javax.swing.text.Document; Delete the import. Medium LMUUtils.java 12
Unnecessary import: import javax.xml.parsers.DocumentBuilder; Delete the import. Medium LMUUtils.java 13
Unnecessary import: import javax.xml.parsers.DocumentBuilderFactory; Delete the import. Medium LMUUtils.java 14
Unnecessary import: import javax.xml.xpath.XPathConstants; Delete the import. Medium LMUUtils.java 16
Unnecessary import: import org.apache.commons.httpclient.URIException; Delete the import. Medium LMUUtils.java 24
Unnecessary import: import org.w3c.dom.NodeList; Delete the import. Medium LMUUtils.java 30
Unnecessary import: import LMU4100.DB.Geofence; Delete the import. Medium LMUUtils.java 33
Unnecessary import: import java.util.Enumeration; Delete the import. Medium recieveThread.java 13
Unnecessary import: import java.util.Iterator; Delete the import. Medium recieveThread.java 18
Unnecessary import: import java.util.Vector; Delete the import. Medium recieveThread.java 20
Unnecessary import: import java.util.ArrayList; Delete the import. Medium recieveThread.java 22
Unnecessary import: import java.util.concurrent.ConcurrentHashMap; Delete the import. Medium recieveThread.java 23
Unnecessary import: import java.util.concurrent.Executor; Delete the import. Medium recieveThread.java 24
Unnecessary import: import java.util.concurrent.Executors; Delete the import. Medium recieveThread.java 25
Unnecessary import: import java.util.concurrent.TimeUnit; Delete the import. Medium recieveThread.java 26
Unnecessary import: import java.util.concurrent.locks.Condition; Delete the import. Medium recieveThread.java 27
Unnecessary import: import java.util.concurrent.locks.Lock; Delete the import. Medium recieveThread.java 28
Unnecessary import: import org.apache.cayenne.access.DataContext; Delete the import. Medium recieveThread.java 31
Unnecessary import: import org.apache.mina.filter.executor.ExecutorFilter; Delete the import. Medium recieveThread.java 34
Unnecessary import: import LMU4100.DB.Device; Delete the import. Medium recieveThread.java 36
Unnecessary import: import LMU4100.DB.LMU4100Map; Delete the import. Medium recieveThread.java 37
Unnecessary import: import LMU4100.DB.auto._Device; Delete the import. Medium recieveThread.java 39
Unnecessary import: import LMU4100.DB.exceptions.TripNotFoundException; Delete the import. Medium recieveThread.java 40
Unnecessary import: import com.gps.services.GpsWebserviceClient; Delete the import. Medium recieveThread.java 45
Unnecessary import: import org.apache.cayenne.access.DataContext; Delete the import. Medium sendMessage.java 8
Unnecessary import: import org.apache.mina.core.session.IdleStatus; Delete the import. Medium sendMessage.java 13
Unnecessary import: import LMU4100.DB.Device; Delete the import. Medium sendMessage.java 16
Unnecessary import: import LMU4100.DB.LMU4100Map; Delete the import. Medium sendMessage.java 17
Unnecessary import: import LMU4100.DB.auto._Device; Delete the import. Medium sendMessage.java 18
Unnecessary import: import java.io.PrintStream; Delete the import. Medium TimerTask1.java 3
Unnecessary import: import java.io.*; Unnecessary import: null Medium UDPServer.java 2
Unnecessary import: import java.util.Hashtable; Delete the import. Medium UDPServer.java 5
Unnecessary import: import java.nio.charset.Charset; Delete the import. Medium UDPServerHandler.java 4
Unnecessary import: import java.text.DateFormat; Delete the import. Medium UDPServerHandler.java 5
Unnecessary import: import java.text.SimpleDateFormat; Delete the import. Medium UDPServerHandler.java 6
Unnecessary import: import java.util.Date; Delete the import. Medium UDPServerHandler.java 7
Unnecessary import: import org.apache.james.mime4j.field.datetime.DateTime; Delete the import. Medium UDPServerHandler.java 14
Unnecessary import: import java.util.Calendar; Delete the import. Medium UDPServerMINA.java 14
Unnecessary import: import java.util.Vector; Delete the import. Medium UDPServerMINA.java 17
Unnecessary import: import java.util.concurrent.ArrayBlockingQueue; Delete the import. Medium UDPServerMINA.java 19
Unnecessary import: import java.util.concurrent.RejectedExecutionHandler; Delete the import. Medium UDPServerMINA.java 21
Unnecessary import: import java.util.concurrent.ThreadPoolExecutor; Delete the import. Medium UDPServerMINA.java 22
Unnecessary import: import java.util.concurrent.TimeUnit; Delete the import. Medium UDPServerMINA.java 23
Unnecessary import: import org.apache.cayenne.access.DataContext; Delete the import. Medium UDPServerMINA.java 31
Unnecessary import: import org.apache.mina.filter.logging.LoggingFilter; Delete the import. Medium UDPServerMINA.java 40
Unnecessary import: import org.apache.mina.transport.socket.SocketAcceptor; Delete the import. Medium UDPServerMINA.java 42
Unnecessary import: import LMU4100.DB.AccumulatorRef; Delete the import. Medium UDPServerMINA.java 45
Unnecessary import: import LMU4100.DB.LMU4100Map; Delete the import. Medium UDPServerMINA.java 46
Unnecessary import: import LMU4100.DB.VehicleDetails; Delete the import. Medium _Vehicle.java 7
Unnecessary import: import LMU4100.DB.auto._AccumulatorRef; Delete the import. Medium Configurations.java 11
Unnecessary import: import org.apache.cayenne.exp.Expression; Delete the import. Medium Device.java 6
Unnecessary import: import org.apache.cayenne.query.SelectQuery; Delete the import. Medium Device.java 8
Unnecessary import: import java.util.Hashtable; Delete the import. Medium ReportRef.java 10
Unnecessary import: import LMU4100.DB.auto._Device; Delete the import. Medium ReportRef.java 18
Unnecessary import: import java.util.Date; Delete the import. Medium TripMsgParams.java 7
Unnecessary import: import java.util.Hashtable; Delete the import. Medium TripMsgParams.java 8
Unnecessary import: import lmu.core.LMUUtils; Delete the import. Medium TripMsgParams.java 9
Unnecessary import: import org.apache.cayenne.DataObjectUtils; Delete the import. Medium TripMsgParams.java 10
Unnecessary import: import org.apache.cayenne.exp.Expression; Delete the import. Medium TripMsgParams.java 12
Unnecessary import: import org.apache.cayenne.query.SelectQuery; Delete the import. Medium TripMsgParams.java 13
Unnecessary import: import org.apache.logging.log4j.Logger; Delete the import. Medium TripMsgParams.java 15
Unnecessary import: import org.apache.logging.log4j.LogManager; Delete the import. Medium TripMsgParams.java 16
Unnecessary import: import LMU4100.DB.auto._TripParameters; Delete the import. Medium TripMsgParams.java 17
Unnecessary import: import LMU4100.DB.exceptions.TripNotFoundException; Delete the import. Medium TripMsgParams.java 18
 
Violation Recommendation Severity Resolved Resource Line
Unnecessary Override: exceptionCaught Delete the unused method. Medium UDPServerHandler.java 33
Unnecessary Override: messageSent Delete the unused method. Medium UDPServerHandler.java 42
Unnecessary Override: sessionClosed Delete the unused method. Medium UDPServerHandler.java 50
Unnecessary Override: sessionCreated Delete the unused method. Medium UDPServerHandler.java 59
Unnecessary Override: sessionIdle Delete the unused method. Medium UDPServerHandler.java 67
Unnecessary Override: sessionOpened Delete the unused method. Medium UDPServerHandler.java 76
 
Violation Recommendation Severity Resolved Resource Line
Unnecessary declaration of InterruptedException Delete the unnecessary exception. Medium AsyncCaller.java 40
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 83
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 89
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 94
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 99
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 104
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 110
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 115
Unnecessary declaration of Exception Delete the unnecessary exception. Medium ClientCommunicator.java 119
Unnecessary declaration of ParseException Delete the unnecessary exception. Medium LMUUtils.java 107
Unnecessary declaration of FileNotFoundException Delete the unnecessary exception. Medium ProrpertiesManager.java 8
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 82
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 88
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 100
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 105
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 110
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 116
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 121
Unnecessary declaration of Exception Delete the unnecessary exception. Medium TestClient.java 126
Unnecessary declaration of Exception Delete the unnecessary exception. Medium UDPClient.java 39
Unnecessary declaration of Exception Delete the unnecessary exception. Medium UDPServer.java 11
Unnecessary declaration of Exception Delete the unnecessary exception. Medium UDPServerHandler.java 86
Unnecessary declaration of SocketException Delete the unnecessary exception. Medium UDPServerMINA.java 93
Unnecessary declaration of IOException Delete the unnecessary exception. Medium RsrcURLConnection.java 17
Unnecessary declaration of IOException Delete the unnecessary exception. Medium RsrcURLConnection.java 22
Unnecessary declaration of IOException Delete the unnecessary exception. Medium RsrcURLStreamHandler.java 18
 
Violation Recommendation Severity Resolved Resource Line
toString() called on a String object Delete the call to toString(). Medium ExpressionDecoder.java 81
toString() called on a String object Delete the call to toString(). Medium PacketConsumer.java 207
toString() called on a String object Delete the call to toString(). Medium PacketProducer.java 89
toString() called on a String object Delete the call to toString(). Medium UDPServerMINA.java 105
 
Violation Recommendation Severity Resolved Resource Line
Unnecessary type cast to String Delete the unnecessary cast. Medium ExpressionDecoder.java 130
Unnecessary type cast to PolygonRegion Delete the unnecessary cast. Medium PolygonRegion_Service.java 57
Unnecessary type cast to PolygonRegion Delete the unnecessary cast. Medium PolygonRegion_Service.java 69
Unnecessary type cast to TripMsgParams Delete the unnecessary cast. Medium TripMsgParams.java 29
Unnecessary type cast to TripParameters Delete the unnecessary cast. Medium TripParameters.java 305
Unnecessary type cast from null to Object Delete the unnecessary cast. Medium JarRsrcLoader.java 45
 
Violation Recommendation Severity Resolved Resource Line
Unused field: format1 Delete the unused field. Medium LMUUtils.java 38
 
Violation Recommendation Severity Resolved Resource Line
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium CategoryReader.java 15
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium CategoryReader.java 31
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium CategoryReader.java 31
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DirectParamEvaluator.java 10
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 11
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 28
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 28
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 33
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 33
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 34
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DriftMasker.java 34
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpReader.java 12
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpReader.java 31
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpReader.java 31
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 11
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 22
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 23
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 23
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 28
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 31
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ExpressionDecoder.java 35
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium IPacketObserver.java 9
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium IPacketObserver.java 11
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ValidatorReader.java 13
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ValidatorReader.java 33
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ValidatorReader.java 33
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium FileUtilities.java 14
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium FileUtilities.java 59
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium FileUtilities.java 59
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium FileUtilities.java 60
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium FileUtilities.java 72
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 13
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 54
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 54
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 57
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 57
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 72
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketDataFetcher.java 72
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ParamUtils.java 11
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ParamUtils.java 22
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ParamUtils.java 22
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ParamUtils.java 23
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ParamUtils.java 23
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AlertManager.java 25
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AlertManager.java 25
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AsyncCaller.java 6
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AsyncCaller.java 40
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AsyncCaller.java 62
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium Base16Encoder.java 12
Use of java.lang.StringBuffer Consider using the class <code>java.lang.StringBuilder</code>, which provides similar functionality to <code>java.lang.StringBuffer</code>, but is unsynchronized. Medium Base16Encoder.java 12
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium configReader.java 8
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium configReader.java 20
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium configReader.java 20
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ConsumerThread.java 3
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ConsumerThread.java 95
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium DBManager.java 50
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketConsumer.java 13
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketConsumer.java 57
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketConsumer.java 57
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketConsumer.java 59
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium PacketConsumer.java 59
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 7
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 20
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 20
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 66
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 83
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 88
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 93
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 115
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 115
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 229
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium packetHandler.java 229
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium recieveThread.java 17
Use of java.util.Vector Consider using the class <code>java.util.ArrayList</code>, which provides similar functionality to <code>java.util.Vector</code>, but is unsynchronized. Medium recieveThread.java 20
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium recieveThread.java 56
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium recieveThread.java 141
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium recieveThread.java 141
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium sendMessage.java 5
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium sendMessage.java 30
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium sendMessage.java 107
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServer.java 5
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServerMINA.java 15
Use of java.util.Vector Consider using the class <code>java.util.ArrayList</code>, which provides similar functionality to <code>java.util.Vector</code>, but is unsynchronized. Medium UDPServerMINA.java 17
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServerMINA.java 53
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServerMINA.java 53
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServerMINA.java 59
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium UDPServerMINA.java 59
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AccumulatorRef.java 3
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AccumulatorRef.java 20
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AccumulatorRef.java 22
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium AccumulatorRef.java 22
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium ReportRef.java 10
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripMsgParams.java 8
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 18
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 49
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 49
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 96
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 108
Use of java.util.Hashtable Consider using the class <code>java.util.HashMap</code>, which provides similar functionality to <code>java.util.Hashtable</code>, but is unsynchronized. Medium TripParameters.java 108
 
Violation Recommendation Severity Resolved Resource Line
Caught exception not rethrown: ExceptionInInitializerError Rethrow the original exception. Medium AsyncCaller.java 127
 
Violation Recommendation Severity Resolved Resource Line
Return zero-length array instead of null Replace the "null" with the creation of an empty array. Medium sendMessage.java 140
Return zero-length array instead of null Replace the "null" with the creation of an empty array. Medium JarRsrcLoader.java 85
 
Violation Recommendation Severity Resolved Resource Line
Disallowed exception caught: Exception Delete the catch clause. Medium CategoryReader.java 52
Disallowed exception caught: Exception Delete the catch clause. Medium CategoryReader.java 97
Disallowed exception caught: Exception Delete the catch clause. Medium DirectParamEvaluator.java 68
Disallowed exception caught: Exception Delete the catch clause. Medium DriftMasker.java 96
Disallowed exception caught: Exception Delete the catch clause. Medium ExpReader.java 54
Disallowed exception caught: Exception Delete the catch clause. Medium ExpReader.java 99
Disallowed exception caught: Exception Delete the catch clause. Medium ExpressionDecoder.java 70
Disallowed exception caught: Exception Delete the catch clause. Medium ExpressionHandler.java 42
Disallowed exception caught: Exception Delete the catch clause. Medium ExpressionHandler.java 63
Disallowed exception caught: Exception Delete the catch clause. Medium ValidatorReader.java 55
Disallowed exception caught: Exception Delete the catch clause. Medium ValidatorReader.java 145
Disallowed exception caught: Exception Delete the catch clause. Medium GpsWebserviceClient.java 107
Disallowed exception caught: Exception Delete the catch clause. Medium FileUtilities.java 65
Disallowed exception caught: Exception Delete the catch clause. Medium FileUtilities.java 94
Disallowed exception caught: Exception Delete the catch clause. Medium LoggerStackTraceUtil.java 30
Disallowed exception caught: Exception Delete the catch clause. Medium PacketDataFetcher.java 47
Disallowed exception caught: Exception Delete the catch clause. Medium PacketDataFetcher.java 64
Disallowed exception caught: Exception Delete the catch clause. Medium PacketDataFetcher.java 101
Disallowed exception caught: Exception Delete the catch clause. Medium ParamUtils.java 37
Disallowed exception caught: Exception Delete the catch clause. Medium ValidatorFactory.java 34
Disallowed exception caught: Exception Delete the catch clause. Medium AlertManager.java 69
Disallowed exception caught: Exception Delete the catch clause. Medium AsyncCaller.java 56
Disallowed exception caught: Exception Delete the catch clause. Medium AsyncCaller.java 90
Disallowed exception caught: Exception Delete the catch clause. Medium AsyncCaller.java 113
Disallowed exception caught: ExceptionInInitializerError Delete the catch clause. Medium AsyncCaller.java 127
Disallowed exception caught: Exception Delete the catch clause. Medium AsyncCaller.java 133
Disallowed exception caught: Exception Delete the catch clause. Medium AsyncCaller.java 157
Disallowed exception caught: Exception Delete the catch clause. Medium CommonClass.java 30
Disallowed exception caught: Exception Delete the catch clause. Medium configReader.java 58
Disallowed exception caught: Exception Delete the catch clause. Medium configReader.java 90
Disallowed exception caught: Exception Delete the catch clause. Medium configReader.java 122
Disallowed exception caught: Exception Delete the catch clause. Medium ConsumerThread.java 65
Disallowed exception caught: Exception Delete the catch clause. Medium ConsumerThread.java 77
Disallowed exception caught: Exception Delete the catch clause. Medium ConsumerThread.java 87
Disallowed exception caught: Exception Delete the catch clause. Medium ConsumerThread.java 109
Disallowed exception caught: Exception Delete the catch clause. Medium ConsumerThread.java 143
Disallowed exception caught: Exception Delete the catch clause. Medium DBManager.java 107
Disallowed exception caught: Exception Delete the catch clause. Medium LMUUtils.java 51
Disallowed exception caught: Exception Delete the catch clause. Medium LMUUtils.java 99
Disallowed exception caught: Exception Delete the catch clause. Medium LMUUtils.java 209
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 75
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 96
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 119
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 192
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 212
Disallowed exception caught: Exception Delete the catch clause. Medium PacketConsumer.java 246
Disallowed exception caught: Exception Delete the catch clause. Medium PacketProducer.java 94
Disallowed exception caught: Exception Delete the catch clause. Medium PacketProducer.java 124
Disallowed exception caught: Exception Delete the catch clause. Medium QueueAllocator.java 58
Disallowed exception caught: Exception Delete the catch clause. Medium QueueAllocator.java 88
Disallowed exception caught: Exception Delete the catch clause. Medium recieveThread.java 239
Disallowed exception caught: Exception Delete the catch clause. Medium sendMessage.java 97
Disallowed exception caught: Exception Delete the catch clause. Medium sendMessage.java 137
Disallowed exception caught: Exception Delete the catch clause. Medium UDPClient.java 115
Disallowed exception caught: Exception Delete the catch clause. Medium UDPServerMINA.java 115
Disallowed exception caught: Exception Delete the catch clause. Medium AccumulatorRef.java 44
Disallowed exception caught: Exception Delete the catch clause. Medium Configurations.java 37
Disallowed exception caught: Exception Delete the catch clause. Medium Device.java 23
Disallowed exception caught: Exception Delete the catch clause. Medium Device.java 43
Disallowed exception caught: Exception Delete the catch clause. Medium ReportRef.java 34
Disallowed exception caught: Exception Delete the catch clause. Medium TripDetails.java 166
Disallowed exception caught: Exception Delete the catch clause. Medium TripParameters.java 88
Disallowed exception caught: Exception Delete the catch clause. Medium TripParameters.java 139
Disallowed exception caught: Exception Delete the catch clause. Medium TripParameters.java 231
Disallowed exception caught: Exception Delete the catch clause. Medium VehicleDetails.java 47
Disallowed exception caught: Exception Delete the catch clause. Medium JarRsrcLoader.java 68
 
Violation Recommendation Severity Resolved Resource Line
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium CategoryReader.java 59
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium DirectParamEvaluator.java 22
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium ExpReader.java 63
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium ExpressionDecoder.java 40
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium ValidatorReader.java 105
Method has 5 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium FileUtilities.java 72
Method has 5 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium PacketDataFetcher.java 72
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium AsyncCaller.java 62
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium ConsumerThread.java 32
Method has 5 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium PacketConsumer.java 67
Method has 4 levels of nested blocks Reduce the complexity of the method by extracting some of the code into a separate method. Medium recieveThread.java 53
 
Violation Recommendation Severity Resolved Resource Line
Static field log not initialized Initialize the static field. Medium LogHandler.java 12
Static field nontripsendstatus not initialized Initialize the static field. Medium AlertManager.java 22
Static field eventcodelist not initialized Initialize the static field. Medium AlertManager.java 23
Static field urlRfid not initialized Initialize the static field. Medium PacketConsumer.java 49
Static field urllstPkt not initialized Initialize the static field. Medium PacketConsumer.java 50
Static field urlWSDL not initialized Initialize the static field. Medium PacketConsumer.java 51
Static field urldevtn not initialized Initialize the static field. Medium PacketConsumer.java 52
Static field urlValidLast not initialized Initialize the static field. Medium PacketConsumer.java 53
Static field instance not initialized Initialize the static field. Medium LMU4100Map.java 12
Static field instance not initialized Initialize the static field. Medium LMU4100Map.java 7
 
Violation Recommendation Severity Resolved Resource Line
Subclass should override method If you want to override method of superclass, you should change signature method which belongs to subclass. Medium ConsumerThread.java 74
Subclass should override method If you want to override method of superclass, you should change signature method which belongs to subclass. Medium ConsumerThread.java 84
 
Violation Recommendation Severity Resolved Resource Line
Default namespace The default namespace xmlns should be set without prefix. Medium LMU4100.xsd 3
 
Violation Recommendation Severity Resolved Resource Line
Attribute not specified as "qualified" Use qualified attributes. Medium LMU4100.xsd 2
 
Violation Recommendation Severity Resolved Resource Line
Loop used to copy an array Use the method arraycopy defined in java.lang.System instead. Medium sendMessage.java 53
Loop used to copy an array Use the method arraycopy defined in java.lang.System instead. Medium sendMessage.java 124
 
Violation Recommendation Severity Resolved Resource Line
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketDataFetcher.java 90
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium ConsumerThread.java 127
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 90
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 90
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 90
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 90
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 90
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium PacketConsumer.java 129
String.equals("") used Replace <String>.equals("") (or !<String>.equals("")) with <String>.length()==0 (or !=). Medium JarRsrcLoader.java 64
 
Violation Recommendation Severity Resolved Resource Line
Method setAccum should be declared final Declare this method final. Medium _AccumulatorRef.java 10
Method getAccum should be declared final Declare this method final. Medium _AccumulatorRef.java 13
Method setReference should be declared final Declare this method final. Medium _AccumulatorRef.java 17
Method getReference should be declared final Declare this method final. Medium _AccumulatorRef.java 20
Method setConfigName should be declared final Declare this method final. Medium _Configurations.java 11
Method getConfigName should be declared final Declare this method final. Medium _Configurations.java 14
Method setConfigValue should be declared final Declare this method final. Medium _Configurations.java 18
Method getConfigValue should be declared final Declare this method final. Medium _Configurations.java 21
Method setToTripDetails should be declared final Declare this method final. Medium _TripVehicleMap.java 21
Method getToTripDetails should be declared final Declare this method final. Medium _TripVehicleMap.java 25
Method setToVehicleDetails should be declared final Declare this method final. Medium _TripVehicleMap.java 30
Method getToVehicleDetails should be declared final Declare this method final. Medium _TripVehicleMap.java 34
Method setAccCreationTime should be declared final Declare this method final. Medium _User.java 38
Method getAccCreationTime should be declared final Declare this method final. Medium _User.java 41
Method setAddress should be declared final Declare this method final. Medium _User.java 45
Method getAddress should be declared final Declare this method final. Medium _User.java 48
Method setAge should be declared final Declare this method final. Medium _User.java 52
Method getAge should be declared final Declare this method final. Medium _User.java 55
Method setFirstname should be declared final Declare this method final. Medium _User.java 59
Method getFirstname should be declared final Declare this method final. Medium _User.java 62
Method setLastLoginTime should be declared final Declare this method final. Medium _User.java 66
Method getLastLoginTime should be declared final Declare this method final. Medium _User.java 69
Method setLastUpdateTime should be declared final Declare this method final. Medium _User.java 73
Method getLastUpdateTime should be declared final Declare this method final. Medium _User.java 76
Method setLastname should be declared final Declare this method final. Medium _User.java 80
Method getLastname should be declared final Declare this method final. Medium _User.java 83
Method setLoginName should be declared final Declare this method final. Medium _User.java 87
Method getLoginName should be declared final Declare this method final. Medium _User.java 90
Method setMailid should be declared final Declare this method final. Medium _User.java 94
Method getMailid should be declared final Declare this method final. Medium _User.java 97
Method setPassword should be declared final Declare this method final. Medium _User.java 101
Method getPassword should be declared final Declare this method final. Medium _User.java 104
Method setSecAnswer should be declared final Declare this method final. Medium _User.java 108
Method getSecAnswer should be declared final Declare this method final. Medium _User.java 111
Method setSecQuestion should be declared final Declare this method final. Medium _User.java 115
Method getSecQuestion should be declared final Declare this method final. Medium _User.java 118
Method setSex should be declared final Declare this method final. Medium _User.java 122
Method getSex should be declared final Declare this method final. Medium _User.java 125
Method setTimezone should be declared final Declare this method final. Medium _User.java 129
Method getTimezone should be declared final Declare this method final. Medium _User.java 132
Method addToUserPreferenceArray should be declared final Declare this method final. Medium _User.java 136
Method removeFromUserPreferenceArray should be declared final Declare this method final. Medium _User.java 139
Method getUserPreferenceArray should be declared final Declare this method final. Medium _User.java 143
Method addToVehicleArray should be declared final Declare this method final. Medium _User.java 148
Method removeFromVehicleArray should be declared final Declare this method final. Medium _User.java 151
Method getVehicleArray should be declared final Declare this method final. Medium _User.java 155
Method setAccCreationTime should be declared final Declare this method final. Medium _UserDetails.java 65
Method getAccCreationTime should be declared final Declare this method final. Medium _UserDetails.java 68
Method setAge should be declared final Declare this method final. Medium _UserDetails.java 72
Method getAge should be declared final Declare this method final. Medium _UserDetails.java 75
Method setChatId should be declared final Declare this method final. Medium _UserDetails.java 79
Method getChatId should be declared final Declare this method final. Medium _UserDetails.java 82
Method setEmail should be declared final Declare this method final. Medium _UserDetails.java 86
Method getEmail should be declared final Declare this method final. Medium _UserDetails.java 89
Method setFirstname should be declared final Declare this method final. Medium _UserDetails.java 93
Method getFirstname should be declared final Declare this method final. Medium _UserDetails.java 96
Method setGender should be declared final Declare this method final. Medium _UserDetails.java 100
Method getGender should be declared final Declare this method final. Medium _UserDetails.java 103
Method setLastLoginTime should be declared final Declare this method final. Medium _UserDetails.java 107
Method getLastLoginTime should be declared final Declare this method final. Medium _UserDetails.java 110
Method setLastUpdateTime should be declared final Declare this method final. Medium _UserDetails.java 114
Method getLastUpdateTime should be declared final Declare this method final. Medium _UserDetails.java 117
Method setLastname should be declared final Declare this method final. Medium _UserDetails.java 121
Method getLastname should be declared final Declare this method final. Medium _UserDetails.java 124
Method setLoginname should be declared final Declare this method final. Medium _UserDetails.java 128
Method getLoginname should be declared final Declare this method final. Medium _UserDetails.java 131
Method setOrganization should be declared final Declare this method final. Medium _UserDetails.java 135
Method getOrganization should be declared final Declare this method final. Medium _UserDetails.java 138
Method setPassword should be declared final Declare this method final. Medium _UserDetails.java 142
Method getPassword should be declared final Declare this method final. Medium _UserDetails.java 145
Method setPhNumber should be declared final Declare this method final. Medium _UserDetails.java 149
Method getPhNumber should be declared final Declare this method final. Medium _UserDetails.java 152
Method setRole should be declared final Declare this method final. Medium _UserDetails.java 156
Method getRole should be declared final Declare this method final. Medium _UserDetails.java 159
Method setSecAnswer should be declared final Declare this method final. Medium _UserDetails.java 163
Method getSecAnswer should be declared final Declare this method final. Medium _UserDetails.java 166
Method setSecQuest should be declared final Declare this method final. Medium _UserDetails.java 170
Method getSecQuest should be declared final Declare this method final. Medium _UserDetails.java 173
Method setSmsStatus should be declared final Declare this method final. Medium _UserDetails.java 177
Method getSmsStatus should be declared final Declare this method final. Medium _UserDetails.java 180
Method setTimezone should be declared final Declare this method final. Medium _UserDetails.java 184
Method getTimezone should be declared final Declare this method final. Medium _UserDetails.java 187
Method setUserImage should be declared final Declare this method final. Medium _UserDetails.java 191
Method getUserImage should be declared final Declare this method final. Medium _UserDetails.java 194
Method setUserStatus should be declared final Declare this method final. Medium _UserDetails.java 198
Method getUserStatus should be declared final Declare this method final. Medium _UserDetails.java 201
Method setUsername should be declared final Declare this method final. Medium _UserDetails.java 205
Method getUsername should be declared final Declare this method final. Medium _UserDetails.java 208
Method addToCharityBarometerArray should be declared final Declare this method final. Medium _UserDetails.java 212
Method removeFromCharityBarometerArray should be declared final Declare this method final. Medium _UserDetails.java 215
Method getCharityBarometerArray should be declared final Declare this method final. Medium _UserDetails.java 219
Method addToFeedbackArray should be declared final Declare this method final. Medium _UserDetails.java 224
Method removeFromFeedbackArray should be declared final Declare this method final. Medium _UserDetails.java 227
Method getFeedbackArray should be declared final Declare this method final. Medium _UserDetails.java 231
Method addToGeofenceArray should be declared final Declare this method final. Medium _UserDetails.java 236
Method removeFromGeofenceArray should be declared final Declare this method final. Medium _UserDetails.java 239
Method setDescription should be declared final Declare this method final. Medium _UserLandmarks.java 23
Method getDescription should be declared final Declare this method final. Medium _UserLandmarks.java 26
Method setLandmark should be declared final Declare this method final. Medium _UserLandmarks.java 30
Method getLandmark should be declared final Declare this method final. Medium _UserLandmarks.java 33
Method setLatitude should be declared final Declare this method final. Medium _UserLandmarks.java 37
Method getLatitude should be declared final Declare this method final. Medium _UserLandmarks.java 40
Method setLongitude should be declared final Declare this method final. Medium _UserLandmarks.java 44
Method getLongitude should be declared final Declare this method final. Medium _UserLandmarks.java 47
Method setToUserDetails should be declared final Declare this method final. Medium _UserLandmarks.java 51
Method getToUserDetails should be declared final Declare this method final. Medium _UserLandmarks.java 55
Method setGeozoneLimit should be declared final Declare this method final. Medium _UserPreference.java 22
Method getGeozoneLimit should be declared final Declare this method final. Medium _UserPreference.java 25
Method setSpeedLimit should be declared final Declare this method final. Medium _UserPreference.java 29
Method getSpeedLimit should be declared final Declare this method final. Medium _UserPreference.java 32
Method setStopLimit should be declared final Declare this method final. Medium _UserPreference.java 36
Method getStopLimit should be declared final Declare this method final. Medium _UserPreference.java 39
Method setToUser should be declared final Declare this method final. Medium _UserPreference.java 43
Method getToUser should be declared final Declare this method final. Medium _UserPreference.java 47
Method setColor should be declared final Declare this method final. Medium _Vehicle.java 27
Method getColor should be declared final Declare this method final. Medium _Vehicle.java 30
Method setCompanyName should be declared final Declare this method final. Medium _Vehicle.java 34
Method getCompanyName should be declared final Declare this method final. Medium _Vehicle.java 37
Method setImeiNumber should be declared final Declare this method final. Medium _Vehicle.java 41
Method getImeiNumber should be declared final Declare this method final. Medium _Vehicle.java 44
Method setModel should be declared final Declare this method final. Medium _Vehicle.java 48
Method getModel should be declared final Declare this method final. Medium _Vehicle.java 51
Method setRegNo should be declared final Declare this method final. Medium _Vehicle.java 55
Method getRegNo should be declared final Declare this method final. Medium _Vehicle.java 58
Method setVehicleDescription should be declared final Declare this method final. Medium _Vehicle.java 62
Method getVehicleDescription should be declared final Declare this method final. Medium _Vehicle.java 65
Method setToUser should be declared final Declare this method final. Medium _Vehicle.java 69
Method getToUser should be declared final Declare this method final. Medium _Vehicle.java 73
Method setToOrganization should be declared final Declare this method final. Medium _Vehicle.java 76
Method getToOrganization should be declared final Declare this method final. Medium _Vehicle.java 80
Method setAcStatus should be declared final Declare this method final. Medium _VehicleDetails.java 48
Method getAcStatus should be declared final Declare this method final. Medium _VehicleDetails.java 51
Method setAmFmStatus should be declared final Declare this method final. Medium _VehicleDetails.java 55
Method getAmFmStatus should be declared final Declare this method final. Medium _VehicleDetails.java 58
Method setCarMileage should be declared final Declare this method final. Medium _VehicleDetails.java 62
Method getCarMileage should be declared final Declare this method final. Medium _VehicleDetails.java 65
Method setCarType should be declared final Declare this method final. Medium _VehicleDetails.java 69
Method getCarType should be declared final Declare this method final. Medium _VehicleDetails.java 72
Method setCdDvdStatus should be declared final Declare this method final. Medium _VehicleDetails.java 76
Method getCdDvdStatus should be declared final Declare this method final. Medium _VehicleDetails.java 79
Method setColor should be declared final Declare this method final. Medium _VehicleDetails.java 83
Method getColor should be declared final Declare this method final. Medium _VehicleDetails.java 86
Method setCompanyName should be declared final Declare this method final. Medium _VehicleDetails.java 90
Method getCompanyName should be declared final Declare this method final. Medium _VehicleDetails.java 93
Method setImeiNumber should be declared final Declare this method final. Medium _VehicleDetails.java 97
Method getImeiNumber should be declared final Declare this method final. Medium _VehicleDetails.java 100
Method setMusicStatus should be declared final Declare this method final. Medium _VehicleDetails.java 104
Method getMusicStatus should be declared final Declare this method final. Medium _VehicleDetails.java 107
Method setRegNo should be declared final Declare this method final. Medium _VehicleDetails.java 111
Method getRegNo should be declared final Declare this method final. Medium _VehicleDetails.java 114
Method setRunningStatus should be declared final Declare this method final. Medium _VehicleDetails.java 118
Method getRunningStatus should be declared final Declare this method final. Medium _VehicleDetails.java 121
Method setTotalSeats should be declared final Declare this method final. Medium _VehicleDetails.java 125
Method getTotalSeats should be declared final Declare this method final. Medium _VehicleDetails.java 128
Method setUseStatus should be declared final Declare this method final. Medium _VehicleDetails.java 132
Method getUseStatus should be declared final Declare this method final. Medium _VehicleDetails.java 135
Method setVehicleName should be declared final Declare this method final. Medium _VehicleDetails.java 139
Method getVehicleName should be declared final Declare this method final. Medium _VehicleDetails.java 142
Method addToGeovehicleMapArray should be declared final Declare this method final. Medium _VehicleDetails.java 146
Method removeFromGeovehicleMapArray should be declared final Declare this method final. Medium _VehicleDetails.java 149
Method getGeovehicleMapArray should be declared final Declare this method final. Medium _VehicleDetails.java 153
Method setToDevice should be declared final Declare this method final. Medium _VehicleDetails.java 158
Method getToDevice should be declared final Declare this method final. Medium _VehicleDetails.java 162
Method setToOrganization should be declared final Declare this method final. Medium _VehicleDetails.java 167
Method getToOrganization should be declared final Declare this method final. Medium _VehicleDetails.java 171
Method setToUserDetails should be declared final Declare this method final. Medium _VehicleDetails.java 176
Method getToUserDetails should be declared final Declare this method final. Medium _VehicleDetails.java 180
Method setToVehicleGroup should be declared final Declare this method final. Medium _VehicleDetails.java 185
Method getToVehicleGroup should be declared final Declare this method final. Medium _VehicleDetails.java 189
Method addToTripDetailsArray should be declared final Declare this method final. Medium _VehicleDetails.java 194
Method removeFromTripDetailsArray should be declared final Declare this method final. Medium _VehicleDetails.java 197
Method getTripDetailsArray should be declared final Declare this method final. Medium _VehicleDetails.java 201
Method addToTripVehicleMapArray should be declared final Declare this method final. Medium _VehicleDetails.java 206
Method removeFromTripVehicleMapArray should be declared final Declare this method final. Medium _VehicleDetails.java 209
Method getTripVehicleMapArray should be declared final Declare this method final. Medium _VehicleDetails.java 213
 
Violation Recommendation Severity Resolved Resource Line
Collection with a singular name Rename the variable so that its name is plural. Medium CategoryReader.java 31
Collection with a singular name Rename the variable so that its name is plural. Medium CategoryReader.java 60
Collection with a singular name Rename the variable so that its name is plural. Medium CategoryReader.java 63
Collection with a singular name Rename the variable so that its name is plural. Medium DirectParamEvaluator.java 22
Collection with a singular name Rename the variable so that its name is plural. Medium DirectParamEvaluator.java 33
Collection with a singular name Rename the variable so that its name is plural. Medium DriftMasker.java 38
Collection with a singular name Rename the variable so that its name is plural. Medium DriftMasker.java 52
Collection with a singular name Rename the variable so that its name is plural. Medium ExpReader.java 31
Collection with a singular name Rename the variable so that its name is plural. Medium ExpReader.java 64
Collection with a singular name Rename the variable so that its name is plural. Medium ExpReader.java 67
Collection with a singular name Rename the variable so that its name is plural. Medium ExpressionDecoder.java 22
Collection with a singular name Rename the variable so that its name is plural. Medium ExpressionDecoder.java 31
Collection with a singular name Rename the variable so that its name is plural. Medium ExpressionDecoder.java 45
Collection with a singular name Rename the variable so that its name is plural. Medium ExpressionDecoder.java 87
Collection with a singular name Rename the variable so that its name is plural. Medium IPacketObserver.java 11
Collection with a singular name Rename the variable so that its name is plural. Medium ValidatorReader.java 33
Collection with a singular name Rename the variable so that its name is plural. Medium ValidatorReader.java 106
Collection with a singular name Rename the variable so that its name is plural. Medium ValidatorReader.java 109
Collection with a singular name Rename the variable so that its name is plural. Medium FileUtilities.java 59
Collection with a singular name Rename the variable so that its name is plural. Medium LoggerStackTraceUtil.java 19
Collection with a singular name Rename the variable so that its name is plural. Medium PacketDataFetcher.java 57
Collection with a singular name Rename the variable so that its name is plural. Medium ParamUtils.java 22
Collection with a singular name Rename the variable so that its name is plural. Medium ParamUtils.java 22
Collection with a singular name Rename the variable so that its name is plural. Medium ParamUtils.java 47
Collection with a singular name Rename the variable so that its name is plural. Medium ParamUtils.java 49
Collection with a singular name Rename the variable so that its name is plural. Medium AlertManager.java 21
Collection with a singular name Rename the variable so that its name is plural. Medium AlertManager.java 23
Collection with a singular name Rename the variable so that its name is plural. Medium AlertManager.java 25
Collection with a singular name Rename the variable so that its name is plural. Medium Base16Encoder.java 4
Collection with a singular name Rename the variable so that its name is plural. Medium Base16Encoder.java 11
Collection with a singular name Rename the variable so that its name is plural. Medium Base16Encoder.java 24
Collection with a singular name Rename the variable so that its name is plural. Medium ConsumerThread.java 24
Collection with a singular name Rename the variable so that its name is plural. Medium ConsumerThread.java 95
Collection with a singular name Rename the variable so that its name is plural. Medium LMUUtils.java 154
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 46
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 47
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 57
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 59
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 62
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 63
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 65
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 106
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 146
Collection with a singular name Rename the variable so that its name is plural. Medium PacketConsumer.java 228
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 19
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 20
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 55
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 66
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 70
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 77
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 115
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 115
Collection with a singular name Rename the variable so that its name is plural. Medium packetHandler.java 229
Collection with a singular name Rename the variable so that its name is plural. Medium PacketProducer.java 35
Collection with a singular name Rename the variable so that its name is plural. Medium PacketProducer.java 36
Collection with a singular name Rename the variable so that its name is plural. Medium PacketProducer.java 42
Collection with a singular name Rename the variable so that its name is plural. Medium QueueAllocator.java 67
Collection with a singular name Rename the variable so that its name is plural. Medium recieveThread.java 141
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 44
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 107
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 107
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 107
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 107
Collection with a singular name Rename the variable so that its name is plural. Medium sendMessage.java 111
Collection with a singular name Rename the variable so that its name is plural. Medium UDPClient.java 21
Collection with a singular name Rename the variable so that its name is plural. Medium UDPClient.java 22
Collection with a singular name Rename the variable so that its name is plural. Medium UDPServerMINA.java 53
Collection with a singular name Rename the variable so that its name is plural. Medium UDPServerMINA.java 59
Collection with a singular name Rename the variable so that its name is plural. Medium UDPServerMINA.java 61
Collection with a singular name Rename the variable so that its name is plural. Medium UDPServerMINA.java 93
Collection with a singular name Rename the variable so that its name is plural. Medium AccumulatorRef.java 22
Collection with a singular name Rename the variable so that its name is plural. Medium AccumulatorRef.java 23
Collection with a singular name Rename the variable so that its name is plural. Medium Configurations.java 20
Collection with a singular name Rename the variable so that its name is plural. Medium LMU4100Map.java 48
Collection with a singular name Rename the variable so that its name is plural. Medium ReportRef.java 27
Collection with a singular name Rename the variable so that its name is plural. Medium TripDetails.java 72
Collection with a singular name Rename the variable so that its name is plural. Medium TripParameters.java 49
Collection with a singular name Rename the variable so that its name is plural. Medium TripParameters.java 108
Collection with a singular name Rename the variable so that its name is plural. Medium TripParameters.java 189
Collection with a singular name Rename the variable so that its name is plural. Medium TripParameters.java 190
Collection with a singular name Rename the variable so that its name is plural. Medium VehicleDetails.java 27
Collection with a singular name Rename the variable so that its name is plural. Medium JarRsrcLoader.java 26
Collection with a singular name Rename the variable so that its name is plural. Medium JarRsrcLoader.java 86
 
Violation Recommendation Severity Resolved Resource Line
Use a valid schema namespace Use a valid schema namespace. Medium LMU4100.xsd 2
 
Violation Recommendation Severity Resolved Resource Line
The value returned by invoke is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium CategoryReader.java 91
The value returned by invoke is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpReader.java 93
The value returned by parseExpression is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ExpressionHandler.java 60
The value returned by invoke is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ValidatorReader.java 139
The value returned by getNodeName is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium FileUtilities.java 64
The value returned by awaitUninterruptibly is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClientCommunicator.java 41
The value returned by addListener is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClientCommunicator.java 44
The value returned by put is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClientCommunicator.java 67
The value returned by flip is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClientCommunicator.java 69
The value returned by write is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium ClientCommunicator.java 70
The value returned by getActualTime is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium LMUUtils.java 184
The value returned by htReadOpHeader is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium packetHandler.java 83
The value returned by htReadHeader is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium packetHandler.java 88
The value returned by htReadBody is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium packetHandler.java 93
The value returned by putIfAbsent is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium QueueAllocator.java 57
The value returned by putValue is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium sendMessage.java 81
The value returned by put is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium sendMessage.java 92
The value returned by flip is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium sendMessage.java 93
The value returned by write is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium sendMessage.java 94
The value returned by awaitUninterruptibly is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TestClient.java 36
The value returned by addListener is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TestClient.java 38
The value returned by put is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TestClient.java 64
The value returned by flip is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TestClient.java 66
The value returned by write is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TestClient.java 67
The value returned by close is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium UDPServerHandler.java 93
The value returned by getTrip is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TripDetails.java 188
The value returned by identifyEvent is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium TripParameters.java 201
The value returned by invoke is not used Ignore invocations of this method by adding it to the rule's list of ignored methods. Medium JarRsrcLoader.java 45
 
Violation Recommendation Severity Resolved Resource Line
Plural type name Rename the type to have a singular name. Medium ValidatorDetails.java 10
Plural type name Rename the type to have a singular name. Medium FileUtilities.java 29
Plural type name Rename the type to have a singular name. Medium ParamUtils.java 19
Plural type name Rename the type to have a singular name. Medium LMUUtils.java 35
Plural type name Rename the type to have a singular name. Medium mandatoryItems.java 2
Plural type name Rename the type to have a singular name. Medium Accounts.java 5
Plural type name Rename the type to have a singular name. Medium _Accounts.java 11
Plural type name Rename the type to have a singular name. Medium _Configurations.java 5
Plural type name Rename the type to have a singular name. Medium _FrequentTravellerDetails.java 13
Plural type name Rename the type to have a singular name. Medium _FrequentTripDetails.java 13
Plural type name Rename the type to have a singular name. Medium _PickupPoints.java 13
Plural type name Rename the type to have a singular name. Medium _SavingStatus.java 15
Plural type name Rename the type to have a singular name. Medium _TripDetails.java 25
Plural type name Rename the type to have a singular name. Medium _TripMsgParams.java 13
Plural type name Rename the type to have a singular name. Medium _TripParameters.java 20
Plural type name Rename the type to have a singular name. Medium _TripScraps.java 13
Plural type name Rename the type to have a singular name. Medium _TripTravelerDetails.java 17
Plural type name Rename the type to have a singular name. Medium _UserDetails.java 27
Plural type name Rename the type to have a singular name. Medium _UserLandmarks.java 13
Plural type name Rename the type to have a singular name. Medium _UserPreferences.java 13
Plural type name Rename the type to have a singular name. Medium _VehicleDetails.java 21
Plural type name Rename the type to have a singular name. Medium Configurations.java 14
Plural type name Rename the type to have a singular name. Medium FrequentTravellerDetails.java 5
Plural type name Rename the type to have a singular name. Medium FrequentTripDetails.java 5
Plural type name Rename the type to have a singular name. Medium PickupPoints.java 5
Plural type name Rename the type to have a singular name. Medium SavingStatus.java 5
Plural type name Rename the type to have a singular name. Medium TripDetails.java 23
Plural type name Rename the type to have a singular name. Medium TripMsgParams.java 20
Plural type name Rename the type to have a singular name. Medium TripParameters.java 40
Plural type name Rename the type to have a singular name. Medium TripScraps.java 5
Plural type name Rename the type to have a singular name. Medium TripTravelerDetails.java 5
Plural type name Rename the type to have a singular name. Medium UserDetails.java 5
Plural type name Rename the type to have a singular name. Medium UserLandmarks.java 5
Plural type name Rename the type to have a singular name. Medium UserPreferences.java 5
Plural type name Rename the type to have a singular name. Medium VehicleDetails.java 13
Plural type name Rename the type to have a singular name. Medium JIJConstants.java 4
 
Violation Recommendation Severity Resolved Resource Line
Missing block in if clause: boolValue=handler.evaluateExpression(decodedExpression); Add a block around the body of the if clause. Medium DirectParamEvaluator.java 51
Missing block in if clause: arg= String.valueOf(util.arlSplit(correctorVO.getParameter(),"$",1).get(0)); Add a block around the body of the if clause. Medium DriftMasker.java 59
Missing block in if clause: parametersToChange= (String) util.arlSplit(formula,"$",1).get(0); Add a block around the body of the if clause. Medium DriftMasker.java 74
Missing block in else clause: parametersToChange=formula; Add a block around the body of the else clause. Medium DriftMasker.java 76
Missing block in if clause: strValue= String.valueOf(((Double)handler.getExpressionValue(strValue)).intValue()); Add a block around the body of the if clause. Medium DriftMasker.java 87
Missing block in if clause: param.setParamValue(strValue); Add a block around the body of the if clause. Medium DriftMasker.java 92
Missing block in if clause: strValue = ((LMU4100.jaxb.LMDirect.DummyParam)locHparam.get(strItem)).getParamValue(); Add a block around the body of the if clause. Medium ExpressionDecoder.java 100
Missing block in if clause: strValue = (String)oldParamVals.get(strItem); Add a block around the body of the if clause. Medium ExpressionDecoder.java 130
Missing block in if clause: resultantHash=parseResponse(hparamData,reponse); Add a block around the body of the if clause. Medium PacketDataFetcher.java 61
Missing block in if clause: hashParams.clear(); Add a block around the body of the if clause. Medium PacketDataFetcher.java 80
Missing block in if clause: return true; Add a block around the body of the if clause. Medium AlertManager.java 40
Missing block in if clause: return true; Add a block around the body of the if clause. Medium AlertManager.java 42
Missing block in else clause: return false; Add a block around the body of the else clause. Medium AlertManager.java 44
Missing block in if clause: executor = Executors.newFixedThreadPool(4); Add a block around the body of the if clause. Medium AsyncCaller.java 37
Missing block in for statement: for (int j = 1; j >= 0; j--) hexBuffer.append(HEX[(byteArray[i] >> (j * 4)) & 0xF]); Add a block around the body of the for statement. Medium Base16Encoder.java 14
Missing block in for statement: hexBuffer.append(HEX[(byteArray[i] >> (j * 4)) & 0xF]); Add a block around the body of the for statement. Medium Base16Encoder.java 15
Missing block in if clause: digit1 -= '0'; Add a block around the body of the if clause. Medium Base16Encoder.java 28
Missing block in if clause: digit1 -= 'A' - 10; Add a block around the body of the if clause. Medium Base16Encoder.java 30
Missing block in if clause: digit2 -= '0'; Add a block around the body of the if clause. Medium Base16Encoder.java 32
Missing block in if clause: digit2 -= 'A' - 10; Add a block around the body of the if clause. Medium Base16Encoder.java 34
Missing block in if clause: ignoreExp=false; Add a block around the body of the if clause. Medium ConsumerThread.java 112
Missing block in if clause: objParam.getParamHshTable().put("status", expRecorder); Add a block around the body of the if clause. Medium ConsumerThread.java 128
Missing block in else clause: objParam.getParamHshTable().put("status", valFailedExpression+""); Add a block around the body of the else clause. Medium ConsumerThread.java 130
Missing block in if clause: QueueCount=qnamearr.length; Add a block around the body of the if clause. Medium PacketConsumer.java 154
Missing block in else clause: log.error(je.getMessage()); Add a block around the body of the else clause. Medium PacketConsumer.java 210
Missing block in if clause: log.error("Exception: The server is not running!!!"); Add a block around the body of the if clause. Medium PacketProducer.java 90
Missing block in else clause: log.error(je.getMessage()); Add a block around the body of the else clause. Medium PacketProducer.java 92
Missing block in if clause: QueueName=qnamearr[thrdQ]; Add a block around the body of the if clause. Medium PacketProducer.java 107
Missing block in else clause: QueueCount++; Add a block around the body of the else clause. Medium QueueAllocator.java 45
Missing block in if clause: QueueName=PacketProducer.qnamearr[thrdQ]; Add a block around the body of the if clause. Medium QueueAllocator.java 70
Missing block in if clause: continue; Add a block around the body of the if clause. Medium recieveThread.java 149
Missing block in if clause: continue; Add a block around the body of the if clause. Medium recieveThread.java 261
Missing block in if clause: return configObj.getConfigValue(); Add a block around the body of the if clause. Medium Configurations.java 33
Missing block in if clause: hActualRef.put("accum" + i,roundTwoDecimals(value.doubleValue())); Add a block around the body of the if clause. Medium TripParameters.java 220
Missing block in else clause: hActualRef.put("accum" + i,roundTwoDecimals((value.doubleValue()) * 0.001)); Add a block around the body of the else clause. Medium TripParameters.java 222
Missing block in if clause: rsrcUrls[i] = new URL(JIJConstants.INTERNAL_URL_PROTOCOL_WITH_COLON + rsrcPath); Add a block around the body of the if clause. Medium JarRsrcLoader.java 37
Missing block in else clause: rsrcUrls[i] = new URL(JIJConstants.JAR_INTERNAL_URL_PROTOCOL_WITH_COLON + rsrcPath + JIJConstants.JAR_INTERNAL_SEPARATOR); Add a block around the body of the else clause. Medium JarRsrcLoader.java 39
Missing block in if clause: rsrcCP = JIJConstants.DEFAULT_REDIRECTED_CLASSPATH; Add a block around the body of the if clause. Medium JarRsrcLoader.java 62
Missing block in if clause: return result; Add a block around the body of the if clause. Medium JarRsrcLoader.java 65
Missing block in if clause: return null; Add a block around the body of the if clause. Medium JarRsrcLoader.java 85
Missing block in if clause: lastPos = line.length(); Add a block around the body of the if clause. Medium JarRsrcLoader.java 91
Missing block in if clause: throw new MalformedURLException("Could not open InputStream for URL '" + super.url + "'"); Add a block around the body of the if clause. Medium RsrcURLConnection.java 27
Missing block in else clause: return result; Add a block around the body of the else clause. Medium RsrcURLConnection.java 29
Missing block in if clause: file = spec.substring(5); Add a block around the body of the if clause. Medium RsrcURLStreamHandler.java 27
Missing block in if clause: file = spec; Add a block around the body of the if clause. Medium RsrcURLStreamHandler.java 30
Missing block in if clause: file = url.getFile() + spec; Add a block around the body of the if clause. Medium RsrcURLStreamHandler.java 33
Missing block in else clause: file = spec; Add a block around the body of the else clause. Medium RsrcURLStreamHandler.java 35
Missing block in if clause: return new RsrcURLStreamHandler(classLoader); Add a block around the body of the if clause. Medium RsrcURLStreamHandlerFactory.java 21
Missing block in if clause: return chainFac.createURLStreamHandler(protocol); Add a block around the body of the if clause. Medium RsrcURLStreamHandlerFactory.java 23
Missing block in else clause: return null; Add a block around the body of the else clause. Medium RsrcURLStreamHandlerFactory.java 25
 
Violation Recommendation Severity Resolved Resource Line
Variable should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium CategoryReader.java 31
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium DirectParamEvaluator.java 22
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium DriftMasker.java 28
Method should be declared as Map Change the declared type to be the appropriate interface. Medium DriftMasker.java 33
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium DriftMasker.java 33
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium DriftMasker.java 34
Variable should be declared as List Change the declared type to be the appropriate interface. Medium DriftMasker.java 38
Variable should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium ExpReader.java 31
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 22
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 23
Method should be declared as Map Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 28
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 31
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 35
Variable should be declared as List Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 45
Variable should be declared as List Change the declared type to be the appropriate interface. Medium ExpressionDecoder.java 87
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium IPacketObserver.java 11
Variable should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium ValidatorReader.java 33
Variable should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium FileUtilities.java 59
Method should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium FileUtilities.java 60
Method should be declared as Map<String,List<Node>> Change the declared type to be the appropriate interface. Medium FileUtilities.java 72
Method should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium PacketDataFetcher.java 54
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium PacketDataFetcher.java 54
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium PacketDataFetcher.java 57
Method should be declared as Map Change the declared type to be the appropriate interface. Medium PacketDataFetcher.java 72
Method should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium ParamUtils.java 22
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium ParamUtils.java 22
Variable should be declared as List<String> Change the declared type to be the appropriate interface. Medium ParamUtils.java 22
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium ParamUtils.java 23
Method should be declared as List Change the declared type to be the appropriate interface. Medium ParamUtils.java 44
Variable should be declared as List Change the declared type to be the appropriate interface. Medium ParamUtils.java 49
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium AsyncCaller.java 40
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium AsyncCaller.java 62
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium configReader.java 20
Variable should be declared as List<String> Change the declared type to be the appropriate interface. Medium ConsumerThread.java 36
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium ConsumerThread.java 95
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium PacketConsumer.java 57
Variable should be declared as Map<Integer,Integer> Change the declared type to be the appropriate interface. Medium PacketConsumer.java 59
Variable should be declared as List<String> Change the declared type to be the appropriate interface. Medium PacketConsumer.java 65
Method should be declared as Map Change the declared type to be the appropriate interface. Medium packetHandler.java 66
Method should be declared as Map Change the declared type to be the appropriate interface. Medium packetHandler.java 115
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium packetHandler.java 115
Variable should be declared as List Change the declared type to be the appropriate interface. Medium packetHandler.java 121
Method should be declared as Map Change the declared type to be the appropriate interface. Medium packetHandler.java 229
Method should be declared as Map<Object,Object> Change the declared type to be the appropriate interface. Medium ProrpertiesManager.java 8
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium recieveThread.java 56
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium recieveThread.java 141
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium sendMessage.java 30
Variable should be declared as List Change the declared type to be the appropriate interface. Medium sendMessage.java 63
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium sendMessage.java 107
Variable should be declared as List Change the declared type to be the appropriate interface. Medium sendMessage.java 107
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium UDPServerMINA.java 53
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium UDPServerMINA.java 59
Variable should be declared as Map Change the declared type to be the appropriate interface. Medium UDPServerMINA.java 61
Method should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium AccumulatorRef.java 20
Variable should be declared as Map<String,String> Change the declared type to be the appropriate interface. Medium AccumulatorRef.java 22
 
Violation Recommendation Severity Resolved Resource Line
Dangling else clause Enclose the then clause in a block. Medium DriftMasker.java 75
Dangling else clause Enclose the then clause in a block. Medium PacketDataFetcher.java 81
Dangling else clause Enclose the then clause in a block. Medium AlertManager.java 41
Dangling else clause Enclose the then clause in a block. Medium AlertManager.java 43
Dangling else clause Enclose the then clause in a block. Medium Base16Encoder.java 29
Dangling else clause Enclose the then clause in a block. Medium Base16Encoder.java 33
Dangling else clause Enclose the then clause in a block. Medium ConsumerThread.java 129
Dangling else clause Enclose the then clause in a block. Medium PacketProducer.java 91
Dangling else clause Enclose the then clause in a block. Medium recieveThread.java 150
Dangling else clause Enclose the then clause in a block. Medium recieveThread.java 262
Dangling else clause Enclose the then clause in a block. Medium TripParameters.java 221
Dangling else clause Enclose the then clause in a block. Medium JarRsrcLoader.java 38
Dangling else clause Enclose the then clause in a block. Medium RsrcURLConnection.java 28
Dangling else clause Enclose the then clause in a block. Medium RsrcURLStreamHandler.java 28
Dangling else clause Enclose the then clause in a block. Medium RsrcURLStreamHandler.java 31
Dangling else clause Enclose the then clause in a block. Medium RsrcURLStreamHandler.java 34
Dangling else clause Enclose the then clause in a block. Medium RsrcURLStreamHandlerFactory.java 24
 
Violation Recommendation Severity Resolved Resource Line
Use compound assignment Replace the assignment with a compound assignment. Medium LMUUtils.java 81
 
Violation Recommendation Severity Resolved Resource Line
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 107
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 111
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 113
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 114
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 114
Array index of type Integer Change the type of the index to be int. Medium PacketProducer.java 116
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 70
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 75
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 77
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 78
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 78
Array index of type Integer Change the type of the index to be int. Medium QueueAllocator.java 80
 
Violation Recommendation Severity Resolved Resource Line
Should not compare values using the not equals (!=) operator Replace the comparison with an invocation of equals(). Medium PacketDataFetcher.java 60
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium TripParameters.java 174
Should not compare values using the equals (==) operator Replace the comparison with an invocation of equals(). Medium TripParameters.java 354
 
Violation Recommendation Severity Resolved Resource Line
Invalid class name: "configReader" starts with lowercase letters Rename the class from "configReader" to "ConfigReader". Medium configReader.java 12
Invalid class name: "mandatoryItems" starts with lowercase letters Rename the class from "mandatoryItems" to "MandatoryItems". Medium mandatoryItems.java 2
Invalid class name: "packetHandler" starts with lowercase letters Rename the class from "packetHandler" to "PacketHandler". Medium packetHandler.java 17
Invalid class name: "recieveThread" starts with lowercase letters Rename the class from "recieveThread" to "RecieveThread". Medium recieveThread.java 47
Invalid class name: "sendMessage" starts with lowercase letters Rename the class from "sendMessage" to "SendMessage". Medium sendMessage.java 21
Invalid class name: "_Accounts" starts with an underscore Rename the class from "_Accounts" to "Accounts". Medium _Accounts.java 11
Invalid class name: "_AccumulatorRef" starts with an underscore Rename the class from "_AccumulatorRef" to "AccumulatorRef". Medium _AccumulatorRef.java 5
Invalid class name: "_CharityBarometer" starts with an underscore Rename the class from "_CharityBarometer" to "CharityBarometer". Medium _CharityBarometer.java 13
Invalid class name: "_Configurations" starts with an underscore Rename the class from "_Configurations" to "Configurations". Medium _Configurations.java 5
Invalid class name: "_Device" starts with an underscore Rename the class from "_Device" to "Device". Medium _Device.java 16
Invalid class name: "_Feedback" starts with an underscore Rename the class from "_Feedback" to "Feedback". Medium _Feedback.java 16
Invalid class name: "_FenceHistory" starts with an underscore Rename the class from "_FenceHistory" to "FenceHistory". Medium _FenceHistory.java 15
Invalid class name: "_FrequentTravellerDetails" starts with an underscore Rename the class from "_FrequentTravellerDetails" to "FrequentTravellerDetails". Medium _FrequentTravellerDetails.java 13
Invalid class name: "_FrequentTripDetails" starts with an underscore Rename the class from "_FrequentTripDetails" to "FrequentTripDetails". Medium _FrequentTripDetails.java 13
Invalid class name: "_Geofence" starts with an underscore Rename the class from "_Geofence" to "Geofence". Medium _Geofence.java 18
Invalid class name: "_GeovehicleMap" starts with an underscore Rename the class from "_GeovehicleMap" to "GeovehicleMap". Medium _GeovehicleMap.java 16
Invalid class name: "_Inbox" starts with an underscore Rename the class from "_Inbox" to "Inbox". Medium _Inbox.java 15
Invalid class name: "_LMU4100Map" starts with an underscore Rename the class from "_LMU4100Map" to "LMU4100Map". Medium _LMU4100Map.java 11
Invalid class name: "_Notification" starts with an underscore Rename the class from "_Notification" to "Notification". Medium _Notification.java 12
Invalid class name: "_Organization" starts with an underscore Rename the class from "_Organization" to "Organization". Medium _Organization.java 16
Invalid class name: "_PickupPoints" starts with an underscore Rename the class from "_PickupPoints" to "PickupPoints". Medium _PickupPoints.java 13
Invalid class name: "_ReportRef" starts with an underscore Rename the class from "_ReportRef" to "ReportRef". Medium _ReportRef.java 12
Invalid class name: "_SavingStatus" starts with an underscore Rename the class from "_SavingStatus" to "SavingStatus". Medium _SavingStatus.java 15
Invalid class name: "_Speedparameter" starts with an underscore Rename the class from "_Speedparameter" to "Speedparameter". Medium _Speedparameter.java 13
Invalid class name: "_TripDetails" starts with an underscore Rename the class from "_TripDetails" to "TripDetails". Medium _TripDetails.java 25
Invalid class name: "_TripMsgParams" starts with an underscore Rename the class from "_TripMsgParams" to "TripMsgParams". Medium _TripMsgParams.java 13
Invalid class name: "_TripParameters" starts with an underscore Rename the class from "_TripParameters" to "TripParameters". Medium _TripParameters.java 20
Invalid class name: "_TripPreference" starts with an underscore Rename the class from "_TripPreference" to "TripPreference". Medium _TripPreference.java 11
Invalid class name: "_TripScraps" starts with an underscore Rename the class from "_TripScraps" to "TripScraps". Medium _TripScraps.java 13
Invalid class name: "_TripTravelerDetails" starts with an underscore Rename the class from "_TripTravelerDetails" to "TripTravelerDetails". Medium _TripTravelerDetails.java 17
Invalid class name: "_TripVehicleMap" starts with an underscore Rename the class from "_TripVehicleMap" to "TripVehicleMap". Medium _TripVehicleMap.java 14
Invalid class name: "_User" starts with an underscore Rename the class from "_User" to "User". Medium _User.java 17
Invalid class name: "_UserDetails" starts with an underscore Rename the class from "_UserDetails" to "UserDetails". Medium _UserDetails.java 27
Invalid class name: "_UserGeofenceMap" starts with an underscore Rename the class from "_UserGeofenceMap" to "UserGeofenceMap". Medium _UserGeofenceMap.java 14
Invalid class name: "_UserLandmarks" starts with an underscore Rename the class from "_UserLandmarks" to "UserLandmarks". Medium _UserLandmarks.java 13
Invalid class name: "_UserPreference" starts with an underscore Rename the class from "_UserPreference" to "UserPreference". Medium _UserPreference.java 13
Invalid class name: "_UserPreferences" starts with an underscore Rename the class from "_UserPreferences" to "UserPreferences". Medium _UserPreferences.java 13
Invalid class name: "_Vehicle" starts with an underscore Rename the class from "_Vehicle" to "Vehicle". Medium _Vehicle.java 15
Invalid class name: "_VehicleDetails" starts with an underscore Rename the class from "_VehicleDetails" to "VehicleDetails". Medium _VehicleDetails.java 21
Invalid class name: "_VehicleGroup" starts with an underscore Rename the class from "_VehicleGroup" to "VehicleGroup". Medium _VehicleGroup.java 15
Invalid class name: "_LMU4100Map" starts with an underscore Rename the class from "_LMU4100Map" to "LMU4100Map". Medium _LMU4100Map.java 11
 
Violation Recommendation Severity Resolved Resource Line
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium CategoryReader.java 30
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium DirectParamEvaluator.java 20
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium DriftMasker.java 27
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ExpReader.java 29
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ExpressionDecoder.java 25
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ExpressionHandler.java 20
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ValidatorReader.java 32
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium PacketDataFetcher.java 31
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ParamUtils.java 20
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium ConsumerThread.java 27
Invalid constant name: "optionHheaderStart" starts with lowercase letters Rename the field from "optionHheaderStart" to "OPTIONHHEADERSTART". Medium mandatoryItems.java 5
Invalid constant name: "optionHheaderend" starts with lowercase letters Rename the field from "optionHheaderend" to "OPTIONHHEADEREND". Medium mandatoryItems.java 7
Invalid constant name: "HheaderStart" contains lowercase letters Rename the field from "HheaderStart" to "HHEADERSTART". Medium mandatoryItems.java 9
Invalid constant name: "HheaderEnd" contains lowercase letters Rename the field from "HheaderEnd" to "HHEADEREND". Medium mandatoryItems.java 11
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium PacketConsumer.java 61
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium PacketProducer.java 44
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium QueueAllocator.java 25
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium TimerTask1.java 13
Invalid constant name: "log" starts with lowercase letters Rename the field from "log" to "LOG". Medium UDPServerMINA.java 52
Invalid constant name: "EventCode" contains lowercase letters Rename the field from "EventCode" to "EVENTCODE". Medium _ReportRef.java 13
Invalid constant name: "Description" contains lowercase letters Rename the field from "Description" to "DESCRIPTION". Medium _ReportRef.java 14
Invalid constant name: "Category" contains lowercase letters Rename the field from "Category" to "CATEGORY". Medium _ReportRef.java 15
Invalid constant name: "CO2SAVE_PROPERTY" contains digits Rename the field from "CO2SAVE_PROPERTY" to "COSAVE_PROPERTY". Medium _SavingStatus.java 17
Invalid constant name: "UTF8_ENCODING" contains digits Rename the field from "UTF8_ENCODING" to "UTF_ENCODING". Medium JIJConstants.java 21
 
Violation Recommendation Severity Resolved Resource Line
Invalid exception parameter name: "E" Rename the exception parameter. Medium ValidatorReader.java 55
Invalid exception parameter name: "objEx" Rename the exception parameter. Medium configReader.java 58
Invalid exception parameter name: "objEx" Rename the exception parameter. Medium configReader.java 90
Invalid exception parameter name: "objEx" Rename the exception parameter. Medium configReader.java 122
Invalid exception parameter name: "e1" Rename the exception parameter. Medium DBManager.java 107
Invalid exception parameter name: "je" Rename the exception parameter. Medium PacketConsumer.java 205
Invalid exception parameter name: "je" Rename the exception parameter. Medium PacketProducer.java 87
Invalid exception parameter name: "je" Rename the exception parameter. Medium PacketProducer.java 118
Invalid exception parameter name: "ne" Rename the exception parameter. Medium PacketProducer.java 121
Invalid exception parameter name: "je" Rename the exception parameter. Medium QueueAllocator.java 82
Invalid exception parameter name: "ne" Rename the exception parameter. Medium QueueAllocator.java 85
Invalid exception parameter name: "se" Rename the exception parameter. Medium UDPServerMINA.java 115
Invalid exception parameter name: "ils" Rename the exception parameter. Medium LMU4100Map.java 40
Invalid exception parameter name: "nullEx" Rename the exception parameter. Medium TripParameters.java 136
 
Violation Recommendation Severity Resolved Resource Line
Invalid interface name: "paramItem" starts with lowercase letters Rename the interface from "paramItem" to "ParamItem". Medium paramItem.java 3
 
Violation Recommendation Severity Resolved Resource Line
Invalid local variable name: "Keys" starts with uppercase letters Rename the variable. Medium DriftMasker.java 69
Invalid local variable name: "E" starts with uppercase letters Rename the variable. Medium ValidatorReader.java 55
Invalid local variable name: "OrgId" starts with uppercase letters Rename the variable. Medium AsyncCaller.java 88
Invalid local variable name: "Report" starts with uppercase letters Rename the variable. Medium PacketConsumer.java 228
Invalid local variable name: "QueueName" starts with uppercase letters Rename the variable. Medium PacketProducer.java 105
Invalid local variable name: "QueueName" starts with uppercase letters Rename the variable. Medium QueueAllocator.java 68
Invalid local variable name: "IP" starts with uppercase letters Rename the variable. Medium sendMessage.java 30
Invalid local variable name: "IPAddress" starts with uppercase letters Rename the variable. Medium UDPClient.java 154
Invalid local variable name: "IPAddress" starts with uppercase letters Rename the variable. Medium UDPServer.java 18
Invalid local variable name: "IPAddress" starts with uppercase letters Rename the variable. Medium UDPServerMINA.java 107
Invalid local variable name: "EventCode" starts with uppercase letters Rename the variable. Medium _ReportRef.java 27
Invalid local variable name: "Desc" starts with uppercase letters Rename the variable. Medium _ReportRef.java 30
Invalid local variable name: "UserMsgLength" starts with uppercase letters Rename the variable. Medium TripParameters.java 165
Invalid local variable name: "UserMsgRoute" starts with uppercase letters Rename the variable. Medium TripParameters.java 166
Invalid local variable name: "UserMsgId" starts with uppercase letters Rename the variable. Medium TripParameters.java 167
Invalid local variable name: "UserMsg" starts with uppercase letters Rename the variable. Medium TripParameters.java 168
 
Violation Recommendation Severity Resolved Resource Line
Invalid method parameter name: "IP" starts with uppercase letters Rename the method parameter from "IP" to "iP". Medium sendMessage.java 30
Invalid method parameter name: "EventCode" starts with uppercase letters Rename the method parameter from "EventCode" to "eventCode". Medium _ReportRef.java 27
Invalid method parameter name: "Desc" starts with uppercase letters Rename the method parameter from "Desc" to "desc". Medium _ReportRef.java 30
 
Violation Recommendation Severity Resolved Resource Line
Invalid method name: "WhetherInterseted" starts with uppercase letters Rename the method from "WhetherInterseted" to "whetherInterseted". Medium GpsWebserviceClient.java 35
Invalid method name: "Alert" starts with uppercase letters Rename the method from "Alert" to "alert". Medium AlertManager.java 49
Invalid method name: "CallWS_Async" starts with uppercase letters Rename the method from "CallWS_Async" to "callWS_Async". Medium AsyncCaller.java 40
Invalid method name: "ProcessClient" starts with uppercase letters Rename the method from "ProcessClient" to "processClient". Medium AsyncCaller.java 62
Invalid method name: "GetPropertyFileObject" starts with uppercase letters Rename the method from "GetPropertyFileObject" to "getPropertyFileObject". Medium CommonClass.java 17
Invalid method name: "GetPropertyValue" starts with uppercase letters Rename the method from "GetPropertyValue" to "getPropertyValue". Medium CommonClass.java 26
Invalid method name: "SetConnProperty" starts with uppercase letters Rename the method from "SetConnProperty" to "setConnProperty". Medium PacketConsumer.java 67
Invalid method name: "SetConnProperty" starts with uppercase letters Rename the method from "SetConnProperty" to "setConnProperty". Medium PacketProducer.java 45
Invalid method name: "FindProducer" starts with uppercase letters Rename the method from "FindProducer" to "findProducer". Medium PacketProducer.java 100
Invalid method name: "SendPacket" starts with uppercase letters Rename the method from "SendPacket" to "sendPacket". Medium PacketProducer.java 129
Invalid method name: "AllocateQueueCount" starts with uppercase letters Rename the method from "AllocateQueueCount" to "allocateQueueCount". Medium QueueAllocator.java 31
Invalid method name: "AllocateQueue" starts with uppercase letters Rename the method from "AllocateQueue" to "allocateQueue". Medium QueueAllocator.java 48
Invalid method name: "FindProducer" starts with uppercase letters Rename the method from "FindProducer" to "findProducer". Medium QueueAllocator.java 63
Invalid method name: "AssignPckt" starts with uppercase letters Rename the method from "AssignPckt" to "assignPckt". Medium UDPClient.java 58
Invalid method name: "AllocatePckt" starts with uppercase letters Rename the method from "AllocatePckt" to "allocatePckt". Medium UDPClient.java 133
 
Violation Recommendation Severity Resolved Resource Line
Invalid package name: "LMU4100" starts with uppercase letters Rename the package. Medium Accounts.java 1
Invalid package name: "DB" starts with uppercase letters Rename the package. Medium Accounts.java 1
 
Violation Recommendation Severity Resolved Resource Line
Invalid field name: "instance" starts with lowercase letters Rename the field from "instance" to "Instance". Medium CategoryReader.java 29
Invalid field name: "instance" starts with lowercase letters Rename the field from "instance" to "Instance". Medium ExpReader.java 30
Invalid field name: "instance" starts with lowercase letters Rename the field from "instance" to "Instance". Medium ValidatorReader.java 34
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium GpsWebserviceClient.java 31
Invalid field name: "service" starts with lowercase letters Rename the field from "service" to "Service". Medium GpsWebserviceClient.java 32
Invalid field name: "pp" starts with lowercase letters Rename the field from "pp" to "Pp". Medium GpsWebserviceClient.java 33
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium PolygonRegion_Service.java 27
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium FileUtilities.java 31
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium LoggerStackTraceUtil.java 11
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium LogHandler.java 12
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium ValidatorFactory.java 17
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium AlertManager.java 18
Invalid field name: "nontripsendstatus" starts with lowercase letters Rename the field from "nontripsendstatus" to "Nontripsendstatus". Medium AlertManager.java 22
Invalid field name: "eventcodelist" starts with lowercase letters Rename the field from "eventcodelist" to "Eventcodelist". Medium AlertManager.java 23
Invalid field name: "event_msg_hash" starts with lowercase letters Rename the field from "event_msg_hash" to "Event_msg_hash". Medium AlertManager.java 25
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium AsyncCaller.java 31
Invalid field name: "executor" starts with lowercase letters Rename the field from "executor" to "Executor". Medium AsyncCaller.java 32
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium CommonClass.java 9
Invalid field name: "hdrs" starts with lowercase letters Rename the field from "hdrs" to "Hdrs". Medium configReader.java 20
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium configReader.java 21
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium DBManager.java 28
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium LMUUtils.java 37
Invalid field name: "format1" starts with lowercase letters Rename the field from "format1" to "Format1". Medium LMUUtils.java 38
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium MyLogger.java 8
Invalid field name: "conn" starts with lowercase letters Rename the field from "conn" to "Conn". Medium PacketConsumer.java 43
Invalid field name: "session" starts with lowercase letters Rename the field from "session" to "Session". Medium PacketConsumer.java 44
Invalid field name: "url" starts with lowercase letters Rename the field from "url" to "Url". Medium PacketConsumer.java 45
Invalid field name: "urlRfid" starts with lowercase letters Rename the field from "urlRfid" to "UrlRfid". Medium PacketConsumer.java 49
Invalid field name: "urllstPkt" starts with lowercase letters Rename the field from "urllstPkt" to "UrllstPkt". Medium PacketConsumer.java 50
Invalid field name: "urlWSDL" starts with lowercase letters Rename the field from "urlWSDL" to "UrlWSDL". Medium PacketConsumer.java 51
Invalid field name: "urldevtn" starts with lowercase letters Rename the field from "urldevtn" to "Urldevtn". Medium PacketConsumer.java 52
Invalid field name: "urlValidLast" starts with lowercase letters Rename the field from "urlValidLast" to "UrlValidLast". Medium PacketConsumer.java 53
Invalid field name: "hAccum" starts with lowercase letters Rename the field from "hAccum" to "HAccum". Medium PacketConsumer.java 57
Invalid field name: "categoryEvent" starts with lowercase letters Rename the field from "categoryEvent" to "CategoryEvent". Medium PacketConsumer.java 59
Invalid field name: "serviceList" starts with lowercase letters Rename the field from "serviceList" to "ServiceList". Medium PacketConsumer.java 65
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium packetHandler.java 22
Invalid field name: "conn" starts with lowercase letters Rename the field from "conn" to "Conn". Medium PacketProducer.java 32
Invalid field name: "session" starts with lowercase letters Rename the field from "session" to "Session". Medium PacketProducer.java 33
Invalid field name: "url" starts with lowercase letters Rename the field from "url" to "Url". Medium PacketProducer.java 34
Invalid field name: "destination" starts with lowercase letters Rename the field from "destination" to "Destination". Medium PacketProducer.java 35
Invalid field name: "producer" starts with lowercase letters Rename the field from "producer" to "Producer". Medium PacketProducer.java 36
Invalid field name: "queuenames" starts with lowercase letters Rename the field from "queuenames" to "Queuenames". Medium PacketProducer.java 41
Invalid field name: "qnamearr" starts with lowercase letters Rename the field from "qnamearr" to "Qnamearr". Medium PacketProducer.java 42
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium recieveThread.java 50
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium sendMessage.java 24
Invalid field name: "serverIp" starts with lowercase letters Rename the field from "serverIp" to "ServerIp". Medium UDPClient.java 18
Invalid field name: "serverPort" starts with lowercase letters Rename the field from "serverPort" to "ServerPort". Medium UDPClient.java 19
Invalid field name: "str1" starts with lowercase letters Rename the field from "str1" to "Str1". Medium UDPClient.java 21
Invalid field name: "time" starts with lowercase letters Rename the field from "time" to "Time". Medium UDPClient.java 22
Invalid field name: "timer" starts with lowercase letters Rename the field from "timer" to "Timer". Medium UDPClient.java 23
Invalid field name: "p" starts with lowercase letters Rename the field from "p" to "P". Medium UDPClient.java 24
Invalid field name: "count" starts with lowercase letters Rename the field from "count" to "Count". Medium UDPClient.java 25
Invalid field name: "cnt" starts with lowercase letters Rename the field from "cnt" to "Cnt". Medium UDPClient.java 26
Invalid field name: "esn" starts with lowercase letters Rename the field from "esn" to "Esn". Medium UDPClient.java 28
Invalid field name: "dateFormat" starts with lowercase letters Rename the field from "dateFormat" to "DateFormat". Medium UDPClient.java 29
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium UDPClient.java 31
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium UDPServerHandler.java 23
Invalid field name: "hAccum" starts with lowercase letters Rename the field from "hAccum" to "HAccum". Medium UDPServerMINA.java 53
Invalid field name: "hsObjLM" starts with lowercase letters Rename the field from "hsObjLM" to "HsObjLM". Medium UDPServerMINA.java 59
Invalid field name: "hsActiveMQ" starts with lowercase letters Rename the field from "hsActiveMQ" to "HsActiveMQ". Medium UDPServerMINA.java 61
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium AccumulatorRef.java 17
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium Configurations.java 16
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium Device.java 16
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium LMU4100Map.java 11
Invalid field name: "instance" starts with lowercase letters Rename the field from "instance" to "Instance". Medium LMU4100Map.java 12
Invalid field name: "context" starts with lowercase letters Rename the field from "context" to "Context". Medium LMU4100Map.java 13
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium ReportRef.java 22
Invalid field name: "instance" starts with lowercase letters Rename the field from "instance" to "Instance". Medium LMU4100Map.java 7
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium TripDetails.java 26
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium TripParameters.java 48
Invalid field name: "hshVeh" starts with lowercase letters Rename the field from "hshVeh" to "HshVeh". Medium TripParameters.java 49
Invalid field name: "log" starts with lowercase letters Rename the field from "log" to "Log". Medium VehicleDetails.java 15
 
Violation Recommendation Severity Resolved Resource Line
Invalid package prefix: "lmu" Rename the package. Medium AlertManager.java 1
Invalid package prefix: "LMU4100" Rename the package. Medium Accounts.java 1
Invalid package prefix: "LMU4100" Rename the package. Medium _Accounts.java 1
Invalid package prefix: "LMU4100" Rename the package. Medium TripNotFoundException.java 1
Invalid package prefix: "LMU4100" Rename the package. Medium _LMU4100Map.java 1
Invalid package prefix: "LMU4100" Rename the package. Medium LMU4100Map.java 1
 
Violation Recommendation Severity Resolved Resource Line
A constructor was used Replace the constructor with a call to valueOf() Medium AsyncCaller.java 86
 
Violation Recommendation Severity Resolved Resource Line
Invalid name "is" for type java.io.InputStream Rename the variable to one of the approved names. Medium FileUtilities.java 38
Invalid name "bout" for type java.io.ByteArrayOutputStream Rename the variable to one of the approved names. Medium LogHandler.java 20
Invalid name "is" for type java.io.InputStream Rename the variable to one of the approved names. Medium JarRsrcLoader.java 54
Invalid name "result" for type java.io.InputStream Rename the variable to one of the approved names. Medium RsrcURLConnection.java 25
 
Violation Recommendation Severity Resolved Resource Line
Specify schema version Add a version number to the schema definition. Medium LMU4100.xsd 2
 
Violation
 
Violation Recommendation Severity Resolved Resource Line
Missing file comment Add the missing file comment. Low CorrectorVO.java 1
Missing file comment Add the missing file comment. Low GpsWebserviceClient.java 1
Missing file comment Add the missing file comment. Low MobileAlert.java 1
Missing file comment Add the missing file comment. Low MobileAlertMessage.java 1
Missing file comment Add the missing file comment. Low MobileAlertMessageResponse.java 1
Missing file comment Add the missing file comment. Low MobileAlertResponse.java 1
Missing file comment Add the missing file comment. Low ObjectFactory.java 1
Missing file comment Add the missing file comment. Low package-info.java 1
Missing file comment Add the missing file comment. Low PointInPolygon.java 1
Missing file comment Add the missing file comment. Low PointInPolygonResponse.java 1
Missing file comment Add the missing file comment. Low PolygonRegion.java 1
Missing file comment Add the missing file comment. Low PolygonRegion_Service.java 1
Missing file comment Add the missing file comment. Low UpdateRfidHistory.java 1
Missing file comment Add the missing file comment. Low UpdateRfidHistoryResponse.java 1
Missing file comment Add the missing file comment. Low WhetherInterested.java 1
Missing file comment Add the missing file comment. Low WhetherInterestedResponse.java 1
Missing file comment Add the missing file comment. Low LoggerStackTraceUtil.java 1
Missing file comment Add the missing file comment. Low LogHandler.java 1
Missing file comment Add the missing file comment. Low ValidatorFactory.java 1
Missing file comment Add the missing file comment. Low AlertManager.java 1
Missing file comment Add the missing file comment. Low AsyncCaller.java 1
Missing file comment Add the missing file comment. Low Base16Encoder.java 1
Missing file comment Add the missing file comment. Low Base64.java 1
Missing file comment Add the missing file comment. Low ClientCommunicator.java 1
Missing file comment Add the missing file comment. Low CommonClass.java 1
Missing file comment Add the missing file comment. Low configReader.java 1
Missing file comment Add the missing file comment. Low ConsumerThread.java 1
Missing file comment Add the missing file comment. Low DBManager.java 1
Missing file comment Add the missing file comment. Low LMMessage.java 1
Missing file comment Add the missing file comment. Low LMUUtils.java 1
Missing file comment Add the missing file comment. Low mandatoryItems.java 1
Missing file comment Add the missing file comment. Low MyLogger.java 1
Missing file comment Add the missing file comment. Low packetHandler.java 1
Missing file comment Add the missing file comment. Low ProrpertiesManager.java 1
Missing file comment Add the missing file comment. Low recieveThread.java 1
Missing file comment Add the missing file comment. Low sendMessage.java 1
Missing file comment Add the missing file comment. Low TestClient.java 0
Missing file comment Add the missing file comment. Low TimerTask1.java 1
Missing file comment Add the missing file comment. Low UDPClient.java 1
Missing file comment Add the missing file comment. Low UDPServer.java 1
Missing file comment Add the missing file comment. Low UDPServerHandler.java 1
Missing file comment Add the missing file comment. Low UDPServerMINA.java 1
Missing file comment Add the missing file comment. Low Accounts.java 1
Missing file comment Add the missing file comment. Low AccumulatorRef.java 1
Missing file comment Add the missing file comment. Low _Accounts.java 1
Missing file comment Add the missing file comment. Low _AccumulatorRef.java 1
Missing file comment Add the missing file comment. Low _CharityBarometer.java 1
Missing file comment Add the missing file comment. Low _Configurations.java 1
Missing file comment Add the missing file comment. Low _Device.java 1
Missing file comment Add the missing file comment. Low _Feedback.java 1
Missing file comment Add the missing file comment. Low _FenceHistory.java 1
Missing file comment Add the missing file comment. Low _FrequentTravellerDetails.java 1
Missing file comment Add the missing file comment. Low _FrequentTripDetails.java 1
Missing file comment Add the missing file comment. Low _Geofence.java 1
Missing file comment Add the missing file comment. Low _GeovehicleMap.java 1
Missing file comment Add the missing file comment. Low _Inbox.java 1
Missing file comment Add the missing file comment. Low _LMU4100Map.java 1
Missing file comment Add the missing file comment. Low _Notification.java 0
Missing file comment Add the missing file comment. Low _Organization.java 1
Missing file comment Add the missing file comment. Low _PickupPoints.java 1
Missing file comment Add the missing file comment. Low _SavingStatus.java 1
Missing file comment Add the missing file comment. Low _Speedparameter.java 1
Missing file comment Add the missing file comment. Low _TripDetails.java 1
Missing file comment Add the missing file comment. Low _TripMsgParams.java 1
Missing file comment Add the missing file comment. Low _TripParameters.java 1
Missing file comment Add the missing file comment. Low _TripPreference.java 1
Missing file comment Add the missing file comment. Low _TripScraps.java 1
Missing file comment Add the missing file comment. Low _TripTravelerDetails.java 1
Missing file comment Add the missing file comment. Low _TripVehicleMap.java 1
Missing file comment Add the missing file comment. Low _User.java 1
Missing file comment Add the missing file comment. Low _UserDetails.java 1
Missing file comment Add the missing file comment. Low _UserGeofenceMap.java 1
Missing file comment Add the missing file comment. Low _UserLandmarks.java 1
Missing file comment Add the missing file comment. Low _UserPreference.java 1
Missing file comment Add the missing file comment. Low _UserPreferences.java 1
Missing file comment Add the missing file comment. Low _Vehicle.java 1
Missing file comment Add the missing file comment. Low _VehicleDetails.java 1
Missing file comment Add the missing file comment. Low _VehicleGroup.java 1
Missing file comment Add the missing file comment. Low CharityBarometer.java 1
Missing file comment Add the missing file comment. Low Configurations.java 1
Missing file comment Add the missing file comment. Low Device.java 1
Missing file comment Add the missing file comment. Low TripNotFoundException.java 1
Missing file comment Add the missing file comment. Low VehicleNotFoundException.java 1
Missing file comment Add the missing file comment. Low Feedback.java 1
Missing file comment Add the missing file comment. Low FenceHistory.java 1
Missing file comment Add the missing file comment. Low FrequentTravellerDetails.java 1
Missing file comment Add the missing file comment. Low FrequentTripDetails.java 1
Missing file comment Add the missing file comment. Low Geofence.java 1
Missing file comment Add the missing file comment. Low GeovehicleMap.java 1
Missing file comment Add the missing file comment. Low Inbox.java 1
Missing file comment Add the missing file comment. Low LMU4100Map.java 1
Missing file comment Add the missing file comment. Low Notification.java 1
Missing file comment Add the missing file comment. Low Organization.java 1
Missing file comment Add the missing file comment. Low PickupPoints.java 1
Missing file comment Add the missing file comment. Low _LMU4100Map.java 1
Missing file comment Add the missing file comment. Low LMU4100Map.java 1
Missing file comment Add the missing file comment. Low SavingStatus.java 1
Missing file comment Add the missing file comment. Low Speedparameter.java 1
Missing file comment Add the missing file comment. Low TripDetails.java 1
Missing file comment Add the missing file comment. Low TripMsgParams.java 1
Missing file comment Add the missing file comment. Low TripParameters.java 1
Missing file comment Add the missing file comment. Low TripPreference.java 1
Missing file comment Add the missing file comment. Low TripScraps.java 1
Missing file comment Add the missing file comment. Low TripTravelerDetails.java 1
Missing file comment Add the missing file comment. Low TripVehicleMap.java 1
Missing file comment Add the missing file comment. Low User.java 1
Missing file comment Add the missing file comment. Low UserDetails.java 1
Missing file comment Add the missing file comment. Low UserGeofenceMap.java 1
Missing file comment Add the missing file comment. Low UserLandmarks.java 1
Missing file comment Add the missing file comment. Low UserPreference.java 1
Missing file comment Add the missing file comment. Low UserPreferences.java 1
Missing file comment Add the missing file comment. Low Vehicle.java 1
Missing file comment Add the missing file comment. Low VehicleDetails.java 1
Missing file comment Add the missing file comment. Low VehicleGroup.java 1
Missing file comment Add the missing file comment. Low LMDirect.java 1
Missing file comment Add the missing file comment. Low ObjectFactory.java 1
Missing file comment Add the missing file comment. Low paramItem.java 1
Missing file comment Add the missing file comment. Low JarRsrcLoader.java 1
Missing file comment Add the missing file comment. Low JIJConstants.java 1
Missing file comment Add the missing file comment. Low RsrcURLConnection.java 1
Missing file comment Add the missing file comment. Low RsrcURLStreamHandler.java 1
Missing file comment Add the missing file comment. Low RsrcURLStreamHandlerFactory.java 1
 
Violation Recommendation Severity Resolved Resource Line
The package "com.gps.corrector" does not contain a "package.html" file Add the missing "package.html" file. Low CategoryReader.java 8
The package "com.gps.services" does not contain a "package.html" file Add the missing "package.html" file. Low GpsWebserviceClient.java 1
The package "com.gps.utilities" does not contain a "package.html" file Add the missing "package.html" file. Low ConfigReader.java 4
The package "lmu.core" does not contain a "package.html" file Add the missing "package.html" file. Low AlertManager.java 1
The package "LMU4100.DB" does not contain a "package.html" file Add the missing "package.html" file. Low Accounts.java 1
The package "LMU4100.DB.auto" does not contain a "package.html" file Add the missing "package.html" file. Low _Accounts.java 1
The package "LMU4100.DB.exceptions" does not contain a "package.html" file Add the missing "package.html" file. Low TripNotFoundException.java 1
The package "LMU4100.DB.sample.auto" does not contain a "package.html" file Add the missing "package.html" file. Low _LMU4100Map.java 1
The package "LMU4100.DB.sample" does not contain a "package.html" file Add the missing "package.html" file. Low LMU4100Map.java 1
The package "org.eclipse.jdt.internal.jarinjarloader" does not contain a "package.html" file Add the missing "package.html" file. Low JIJConstants.java 1
 
Violation Recommendation Severity Resolved Resource Line
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CategoryReader.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CorrectorVO.java 5
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CorrectorVO.java 6
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CorrectorVO.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CorrectorVO.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CorrectorVO.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DirectParamEvaluator.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DirectParamEvaluator.java 21
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low DirectParamEvaluator.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DirectParamEvaluator.java 80
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DriftMasker.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DriftMasker.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DriftMasker.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DriftMasker.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DriftMasker.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpReader.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ExpressionDecoder.java 39
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ExpressionDecoder.java 133
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ExpressionHandler.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IPacketObserver.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low IPacketObserver.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RuleVO.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RuleVO.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RuleVO.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RuleVO.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RuleVO.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorDetails.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorDetails.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorDetails.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorReader.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GpsWebserviceClient.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GpsWebserviceClient.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GpsWebserviceClient.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GpsWebserviceClient.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low GpsWebserviceClient.java 46
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low GpsWebserviceClient.java 93
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low GpsWebserviceClient.java 101
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlert.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlertMessage.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlertMessage.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MobileAlertMessage.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ObjectFactory.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PointInPolygon.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PointInPolygon.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PointInPolygon.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PolygonRegion_Service.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UpdateRfidHistory.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UpdateRfidHistory.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UpdateRfidHistory.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UpdateRfidHistory.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WhetherInterested.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WhetherInterested.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low WhetherInterested.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConfigReader.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConfigReader.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConfigReader.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConfigReader.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low FileUtilities.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogHandler.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogHandler.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LogHandler.java 19
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low PacketDataFetcher.java 45
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low PacketDataFetcher.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ParamUtils.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ValidatorFactory.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AlertManager.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low AsyncCaller.java 32
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low AsyncCaller.java 155
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ClientCommunicator.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low CommonClass.java 10
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low configReader.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low configReader.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low configReader.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 32
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ConsumerThread.java 40
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ConsumerThread.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 83
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 94
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ConsumerThread.java 97
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low ConsumerThread.java 132
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ConsumerThread.java 149
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low DBManager.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 85
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 107
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMUUtils.java 117
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low LMUUtils.java 174
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low LMUUtils.java 197
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MyLogger.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MyLogger.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MyLogger.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low MyLogger.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 65
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low PacketConsumer.java 196
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketConsumer.java 218
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low PacketConsumer.java 237
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 42
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low packetHandler.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 111
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low packetHandler.java 193
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 229
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 284
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 385
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 447
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 617
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 690
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 713
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low packetHandler.java 748
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 100
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low PacketProducer.java 129
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low QueueAllocator.java 93
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low recieveThread.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low recieveThread.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low recieveThread.java 53
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low recieveThread.java 75
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low recieveThread.java 210
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low recieveThread.java 223
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low sendMessage.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low sendMessage.java 104
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low sendMessage.java 107
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low sendMessage.java 143
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Auto TestClient.java
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TimerTask1.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TimerTask1.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TimerTask1.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TimerTask1.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPClient.java 133
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low UDPClient.java 163
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 73
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerHandler.java 81
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low UDPServerMINA.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Accounts.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Accounts.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Accounts.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Accounts.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _AccumulatorRef.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _AccumulatorRef.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _AccumulatorRef.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _CharityBarometer.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _CharityBarometer.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _CharityBarometer.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _CharityBarometer.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Configurations.java 8
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Configurations.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Configurations.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Configurations.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 83
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 90
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 97
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Device.java 100
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Feedback.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FenceHistory.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FrequentTravellerDetails.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FrequentTripDetails.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FrequentTripDetails.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _FrequentTripDetails.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 73
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 80
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 87
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 94
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 97
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 101
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 119
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 124
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Geofence.java 127
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _GeovehicleMap.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Inbox.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Auto _Notification.java
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Auto _Notification.java
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Auto _Notification.java
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Auto _Notification.java
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Auto _Notification.java
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Auto _Notification.java
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 71
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 78
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 85
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 92
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 99
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 106
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 109
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 113
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 118
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Organization.java 121
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _PickupPoints.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _PickupPoints.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _PickupPoints.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _PickupPoints.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _ReportRef.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _SavingStatus.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Speedparameter.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Speedparameter.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Speedparameter.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Speedparameter.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 63
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 64
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 66
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 67
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 70
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 82
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 96
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 103
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripDetails.java 117
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripMsgParams.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 81
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 84
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 95
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 102
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 109
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 112
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 115
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 122
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 129
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 132
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 135
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 142
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 149
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 156
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 163
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 170
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 177
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 184
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 187
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 199
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 202
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 205
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 208
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 217
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 222
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripParameters.java 225
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripPreference.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripScraps.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripScraps.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripScraps.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripScraps.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 82
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 96
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 103
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 117
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 124
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 131
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 134
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripTravelerDetails.java 138
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripVehicleMap.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _TripVehicleMap.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 62
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 69
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 83
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 90
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 97
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 104
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 111
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 118
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 125
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 132
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 139
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 142
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 146
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 151
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _User.java 154
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 45
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 52
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 53
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 54
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 55
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 56
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 57
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 59
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 60
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 61
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 68
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 75
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 82
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 89
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 96
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 103
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 110
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 117
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 124
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 131
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 138
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 145
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 152
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 159
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 166
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 173
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 180
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserDetails.java 187
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserGeofenceMap.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserGeofenceMap.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserLandmarks.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreference.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 72
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 79
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 86
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 93
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 100
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 107
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 114
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 121
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 128
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _UserPreferences.java 135
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 22
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _Vehicle.java 76
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 24
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 38
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 39
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 40
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 42
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 43
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 44
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 58
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 65
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 72
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 79
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 86
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 93
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 100
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 107
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 114
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 121
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 128
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 135
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 142
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 149
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 152
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 156
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 165
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 174
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 183
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 192
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 197
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 200
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 204
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 209
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleDetails.java 212
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 41
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low _VehicleGroup.java 51
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Configurations.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 28
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low Device.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low Device.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMU4100Map.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMU4100Map.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMU4100Map.java 25
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low LMU4100Map.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low ReportRef.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 27
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 28
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 29
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 30
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 31
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 32
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 33
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 34
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 35
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 36
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 37
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 60
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripDetails.java 97
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripDetails.java 110
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripDetails.java 121
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripDetails.java 149
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripDetails.java 174
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripDetails.java 186
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 46
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 47
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 48
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 49
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 50
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 51
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripParameters.java 251
Incorrect spacing between statements Reformat the code so that there are 1 blank lines between the statements. Low TripParameters.java 259
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low TripParameters.java 546
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 6
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 9
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low paramItem.java 23
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JarRsrcLoader.java 26
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JIJConstants.java 12
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JIJConstants.java 13
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JIJConstants.java 14
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JIJConstants.java 15
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JIJConstants.java 16
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JIJConstants.java 17
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JIJConstants.java 18
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JIJConstants.java 19
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JIJConstants.java 20
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low JIJConstants.java 21
Incorrect spacing between members Reformat the code so that there are 1 blank lines between the members. Low RsrcURLStreamHandlerFactory.java 34
 
Violation Recommendation Severity Resolved Resource Line
An array is being created in a loop Avoid array creation in loops unless absolutely necessary. Low CategoryReader.java 88
An array is being created in a loop Avoid array creation in loops unless absolutely necessary. Low ExpReader.java 90
An array is being created in a loop Avoid array creation in loops unless absolutely necessary. Low ValidatorReader.java 136
The class ArrayList<Node> is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low FileUtilities.java 87
The class ConsumerThread is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low PacketConsumer.java 181
The class Thread is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low PacketConsumer.java 200
The class UDPClient is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low TimerTask1.java 33
An array is being created in a loop Avoid array creation in loops unless absolutely necessary. Low UDPClient.java 177
The class DatagramPacket is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low UDPServer.java 23
The class Integer is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low TripParameters.java 214
The class URL is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low JarRsrcLoader.java 37
The class URL is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low JarRsrcLoader.java 39
The class ManifestInfo is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low JarRsrcLoader.java 56
The class Manifest is being instantiated in a loop Avoid instantiation in loops unless absolutely necessary. Low JarRsrcLoader.java 57
 
Violation Recommendation Severity Resolved Resource Line
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low CategoryReader.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DirectParamEvaluator.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DirectParamEvaluator.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DirectParamEvaluator.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DriftMasker.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 120
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 124
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 125
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 126
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 127
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 128
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpReader.java 129
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 149
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 152
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 153
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 154
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionDecoder.java 155
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ExpressionHandler.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IPacketObserver.java 11
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IPacketObserver.java 12
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low IPacketObserver.java 13
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ValidatorReader.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low GpsWebserviceClient.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlert.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessage.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessageResponse.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessageResponse.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessageResponse.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertMessageResponse.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertResponse.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertResponse.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertResponse.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low MobileAlertResponse.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygon.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygonResponse.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygonResponse.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygonResponse.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PointInPolygonResponse.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion_Service.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion_Service.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PolygonRegion_Service.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UpdateRfidHistory.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterested.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterestedResponse.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterestedResponse.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterestedResponse.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low WhetherInterestedResponse.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low FileUtilities.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LogHandler.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketDataFetcher.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AlertManager.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low AsyncCaller.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 6
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 14
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 15
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Base16Encoder.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClientCommunicator.java 4
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClientCommunicator.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClientCommunicator.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ClientCommunicator.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low configReader.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ConsumerThread.java 130
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 120
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low DBManager.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 135
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 140
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 144
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 146
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 149
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 153
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 154
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 156
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 157
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 158
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 171
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 172
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 201
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 202
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 203
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 204
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMUUtils.java 206
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low mandatoryItems.java 9
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 150
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 151
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 164
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 165
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 166
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 210
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 223
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 224
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 225
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 226
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 227
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 228
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 229
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 230
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 231
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 232
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 233
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 236
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 239
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 240
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 242
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 244
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 245
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 246
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 247
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 248
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 249
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketConsumer.java 250
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 98
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 134
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 135
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 136
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 137
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 138
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 139
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 140
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 160
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 161
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 162
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 163
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 173
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 174
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 175
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 176
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 177
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 178
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 179
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 180
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 181
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 182
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 202
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 203
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 204
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 205
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 206
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 207
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low packetHandler.java 208
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 138
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 139
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 140
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 144
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 146
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low PacketProducer.java 147
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ProrpertiesManager.java 11
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ProrpertiesManager.java 12
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ProrpertiesManager.java 13
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low QueueAllocator.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 102
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 103
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 120
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 124
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 125
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 126
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 127
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 128
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 129
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 130
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 131
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 132
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 133
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 134
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 135
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 136
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 137
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 138
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 139
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 142
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 143
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 144
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 145
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 146
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low recieveThread.java 148
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 114
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 116
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 118
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 119
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 122
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 124
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 125
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 126
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 127
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 128
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 129
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 130
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 131
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 132
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 133
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 134
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low sendMessage.java 135
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Auto TestClient.java
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 17
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 26
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 49
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 50
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 55
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPClient.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 40
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 41
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 42
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 45
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 46
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 47
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServer.java 48
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerHandler.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerHandler.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerHandler.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 99
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 100
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 101
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 104
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 105
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 107
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 108
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 110
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 111
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 130
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 131
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 132
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 134
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low UDPServerMINA.java 135
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 88
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 188
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 189
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 190
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 191
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 192
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low _TripParameters.java 193
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Configurations.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Configurations.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 51
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Device.java 53
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripNotFoundException.java 5
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripNotFoundException.java 6
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripNotFoundException.java 7
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripNotFoundException.java 8
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMU4100Map.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMU4100Map.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMU4100Map.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMU4100Map.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low LMU4100Map.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Organization.java 8
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low Organization.java 9
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 25
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 28
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 31
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 32
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 34
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 36
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 38
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low ReportRef.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 43
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 44
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 52
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 63
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 64
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 67
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 68
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 69
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 70
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 71
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 76
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 77
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 78
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 79
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 80
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 81
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 83
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 84
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 86
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 87
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 89
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 90
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 92
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 93
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 94
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 95
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 96
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 106
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 109
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 112
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 113
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 115
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 117
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 123
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 124
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 126
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 128
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 129
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 130
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripDetails.java 131
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripMsgParams.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripMsgParams.java 24
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 54
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 66
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 72
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 73
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 74
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 75
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 82
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 97
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 120
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 121
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 130
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 134
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 138
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 141
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 146
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 154
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 155
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 157
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 158
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 160
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 161
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 177
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 178
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 180
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 181
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 183
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 184
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 186
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 187
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 199
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 200
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 204
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 205
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 208
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 215
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 216
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 217
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 229
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 234
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 241
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 246
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 247
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 249
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 250
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 286
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 306
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 308
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 309
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 313
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low TripParameters.java 314
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 19
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 20
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 56
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 57
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 58
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 59
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 60
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low VehicleDetails.java 61
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JarRsrcLoader.java 37
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JarRsrcLoader.java 39
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JarRsrcLoader.java 62
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JarRsrcLoader.java 65
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JarRsrcLoader.java 85
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low JarRsrcLoader.java 91
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLConnection.java 17
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLConnection.java 22
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLConnection.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLConnection.java 29
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLStreamHandler.java 18
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLStreamHandler.java 27
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLStreamHandler.java 30
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLStreamHandler.java 33
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLStreamHandler.java 35
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLStreamHandlerFactory.java 10
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLStreamHandlerFactory.java 21
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLStreamHandlerFactory.java 23
Code within a block is not indented Reformat the code so that the code within the block is properly indented one level more than the code containing the block. Low RsrcURLStreamHandlerFactory.java 25
 
Violation Recommendation Severity Resolved Resource Line
File contains 2052 lines, should be less than 2000 lines Move some of the functionality in this file into other files. Low Base64.java 1
 
Violation Recommendation Severity Resolved Resource Line
The abstract class defines a type Add an interface that defines the type, and make _Accounts implement that interface. Low _Accounts.java 11
The abstract class defines a type Add an interface that defines the type, and make _CharityBarometer implement that interface. Low _CharityBarometer.java 13
The abstract class defines a type Add an interface that defines the type, and make _Configurations implement that interface. Low _Configurations.java 5
The abstract class defines a type Add an interface that defines the type, and make _Device implement that interface. Low _Device.java 16
The abstract class defines a type Add an interface that defines the type, and make _Feedback implement that interface. Low _Feedback.java 16
The abstract class defines a type Add an interface that defines the type, and make _FenceHistory implement that interface. Low _FenceHistory.java 15
The abstract class defines a type Add an interface that defines the type, and make _FrequentTravellerDetails implement that interface. Low _FrequentTravellerDetails.java 13
The abstract class defines a type Add an interface that defines the type, and make _FrequentTripDetails implement that interface. Low _FrequentTripDetails.java 13
The abstract class defines a type Add an interface that defines the type, and make _Geofence implement that interface. Low _Geofence.java 18
The abstract class defines a type Add an interface that defines the type, and make _GeovehicleMap implement that interface. Low _GeovehicleMap.java 16
The abstract class defines a type Add an interface that defines the type, and make _Inbox implement that interface. Low _Inbox.java 15
The abstract class defines a type Add an interface that defines the type, and make _Notification implement that interface. Low _Notification.java 12
The abstract class defines a type Add an interface that defines the type, and make _Organization implement that interface. Low _Organization.java 16
The abstract class defines a type Add an interface that defines the type, and make _PickupPoints implement that interface. Low _PickupPoints.java 13
The abstract class defines a type Add an interface that defines the type, and make _SavingStatus implement that interface. Low _SavingStatus.java 15
The abstract class defines a type Add an interface that defines the type, and make _Speedparameter implement that interface. Low _Speedparameter.java 13
The abstract class defines a type Add an interface that defines the type, and make _TripMsgParams implement that interface. Low _TripMsgParams.java 13
The abstract class defines a type Add an interface that defines the type, and make _TripPreference implement that interface. Low _TripPreference.java 11
The abstract class defines a type Add an interface that defines the type, and make _TripScraps implement that interface. Low _TripScraps.java 13
The abstract class defines a type Add an interface that defines the type, and make _TripTravelerDetails implement that interface. Low _TripTravelerDetails.java 17
The abstract class defines a type Add an interface that defines the type, and make _TripVehicleMap implement that interface. Low _TripVehicleMap.java 14
The abstract class defines a type Add an interface that defines the type, and make _User implement that interface. Low _User.java 17
The abstract class defines a type Add an interface that defines the type, and make _UserGeofenceMap implement that interface. Low _UserGeofenceMap.java 14
The abstract class defines a type Add an interface that defines the type, and make _UserLandmarks implement that interface. Low _UserLandmarks.java 13
The abstract class defines a type Add an interface that defines the type, and make _UserPreference implement that interface. Low _UserPreference.java 13
The abstract class defines a type Add an interface that defines the type, and make _UserPreferences implement that interface. Low _UserPreferences.java 13
The abstract class defines a type Add an interface that defines the type, and make _Vehicle implement that interface. Low _Vehicle.java 15
The abstract class defines a type Add an interface that defines the type, and make _VehicleGroup implement that interface. Low _VehicleGroup.java 15
 
Violation Recommendation Severity Resolved Resource Line
Multiple iterations detected Consider rewriting the loops to perform one iteration, if possible. Low DirectParamEvaluator.java 33
Multiple iterations detected Consider rewriting the loops to perform one iteration, if possible. Low recieveThread.java 65
 
Violation Recommendation Severity Resolved Resource Line
Questionable method parameter assignment: expression=replaceCharWithVal(expression,strItem.toString(),strValue) Check the logic of the assignment statement. Low ExpressionDecoder.java 60
Questionable method parameter assignment: expression=null Check the logic of the assignment statement. Low ExpressionDecoder.java 62
Questionable method parameter assignment: expression = expression.replaceFirst("\\$"+param.toString()+"\\$",value) Check the logic of the assignment statement. Low ExpressionDecoder.java 81
Questionable method parameter assignment: s = s.toUpperCase() Check the logic of the assignment statement. Low LMUUtils.java 62
Questionable method parameter assignment: d = d / 16 Check the logic of the assignment statement. Low LMUUtils.java 81
Questionable method parameter assignment: objByte[Integer.parseInt(strTemp[1])+i] = inputByte[iPos-1+i] Check the logic of the assignment statement. Low sendMessage.java 126
Questionable method parameter assignment: b >>= 1 Check the logic of the assignment statement. Low UDPServer.java 43
 
Violation Recommendation Severity Resolved Resource Line
Assignment to nontripsendstatus in non-static context Verify that you intended to modify <code>nontripsendstatus</code> in a non-static context. Low AlertManager.java 28
Assignment to eventcodelist in non-static context Verify that you intended to modify <code>eventcodelist</code> in a non-static context. Low AlertManager.java 30
Assignment to executor in non-static context Verify that you intended to modify <code>executor</code> in a non-static context. Low AsyncCaller.java 37
Assignment to hAccum in non-static context Verify that you intended to modify <code>hAccum</code> in a non-static context. Low PacketConsumer.java 74
Assignment to urlRfid in non-static context Verify that you intended to modify <code>urlRfid</code> in a non-static context. Low PacketConsumer.java 84
Assignment to urllstPkt in non-static context Verify that you intended to modify <code>urllstPkt</code> in a non-static context. Low PacketConsumer.java 85
Assignment to urlWSDL in non-static context Verify that you intended to modify <code>urlWSDL</code> in a non-static context. Low PacketConsumer.java 86
Assignment to urldevtn in non-static context Verify that you intended to modify <code>urldevtn</code> in a non-static context. Low PacketConsumer.java 87
Assignment to urlValidLast in non-static context Verify that you intended to modify <code>urlValidLast</code> in a non-static context. Low PacketConsumer.java 89
Assignment to url in non-static context Verify that you intended to modify <code>url</code> in a non-static context. Low PacketConsumer.java 127
Assignment to QueueCount in non-static context Verify that you intended to modify <code>QueueCount</code> in a non-static context. Low PacketConsumer.java 154
Assignment to conn in non-static context Verify that you intended to modify <code>conn</code> in a non-static context. Low PacketConsumer.java 156
Assignment to session in non-static context Verify that you intended to modify <code>session</code> in a non-static context. Low PacketConsumer.java 158
Assignment to url in non-static context Verify that you intended to modify <code>url</code> in a non-static context. Low PacketProducer.java 49
Assignment to queuenames in non-static context Verify that you intended to modify <code>queuenames</code> in a non-static context. Low PacketProducer.java 55
Assignment to qnamearr in non-static context Verify that you intended to modify <code>qnamearr</code> in a non-static context. Low PacketProducer.java 58
Assignment to NumberofQueues in non-static context Verify that you intended to modify <code>NumberofQueues</code> in a non-static context. Low PacketProducer.java 61
Assignment to conn in non-static context Verify that you intended to modify <code>conn</code> in a non-static context. Low PacketProducer.java 66
Assignment to session in non-static context Verify that you intended to modify <code>session</code> in a non-static context. Low PacketProducer.java 68
Assignment to destination in non-static context Verify that you intended to modify <code>destination</code> in a non-static context. Low PacketProducer.java 70
Assignment to producer in non-static context Verify that you intended to modify <code>producer</code> in a non-static context. Low PacketProducer.java 71
Assignment to NumberofQueues in non-static context Verify that you intended to modify <code>NumberofQueues</code> in a non-static context. Low QueueAllocator.java 37
Assignment to QueueCount in non-static context Verify that you intended to modify <code>QueueCount</code> in a non-static context. Low QueueAllocator.java 42
Assignment to QueueCount in non-static context Verify that you intended to modify <code>QueueCount</code> in a non-static context. Low QueueAllocator.java 45
Assignment to serverIp in non-static context Verify that you intended to modify <code>serverIp</code> in a non-static context. Low UDPClient.java 34
Assignment to serverPort in non-static context Verify that you intended to modify <code>serverPort</code> in a non-static context. Low UDPClient.java 35
 
Violation Recommendation Severity Resolved Resource Line
Unnecessary creation of Integer object Replace with a call to Integer.toString(...). Low AsyncCaller.java 86
 
Violation Recommendation Severity Resolved Resource Line
The variable "attributeType" is initialized within a loop Initialize the "attributeType" variable outside of the loop. Low CategoryReader.java 86
The variable "methodName" is initialized within a loop Initialize the "methodName" variable outside of the loop. Low CategoryReader.java 87
The variable "attributeType" is initialized within a loop Initialize the "attributeType" variable outside of the loop. Low ExpReader.java 88
The variable "methodName" is initialized within a loop Initialize the "methodName" variable outside of the loop. Low ExpReader.java 89
The variable "attributeType" is initialized within a loop Initialize the "attributeType" variable outside of the loop. Low ValidatorReader.java 134
The variable "methodName" is initialized within a loop Initialize the "methodName" variable outside of the loop. Low ValidatorReader.java 135
The variable "node" is initialized within a loop Initialize the "node" variable outside of the loop. Low FileUtilities.java 78
The variable "outerObject" is initialized within a loop Initialize the "outerObject" variable outside of the loop. Low PacketDataFetcher.java 84
The variable "key" is initialized within a loop Initialize the "key" variable outside of the loop. Low PacketDataFetcher.java 86
The variable "value" is initialized within a loop Initialize the "value" variable outside of the loop. Low PacketDataFetcher.java 88
The variable "code" is initialized within a loop Initialize the "code" variable outside of the loop. Low AlertManager.java 32
The variable "msg" is initialized within a loop Initialize the "msg" variable outside of the loop. Low AlertManager.java 33
The variable "msg" is initialized within a loop Initialize the "msg" variable outside of the loop. Low AlertManager.java 81
The variable "code" is initialized within a loop Initialize the "code" variable outside of the loop. Low AlertManager.java 83
The variable "digit1" is initialized within a loop Initialize the "digit1" variable outside of the loop. Low Base16Encoder.java 26
The variable "digit2" is initialized within a loop Initialize the "digit2" variable outside of the loop. Low Base16Encoder.java 26
The variable "objMsg" is initialized within a loop Initialize the "objMsg" variable outside of the loop. Low ConsumerThread.java 42
The variable "packetType" is initialized within a loop Initialize the "packetType" variable outside of the loop. Low ConsumerThread.java 53
The variable "c" is initialized within a loop Initialize the "c" variable outside of the loop. Low LMUUtils.java 65
The variable "d" is initialized within a loop Initialize the "d" variable outside of the loop. Low LMUUtils.java 66
The variable "digit" is initialized within a loop Initialize the "digit" variable outside of the loop. Low LMUUtils.java 79
The variable "worker" is initialized within a loop Initialize the "worker" variable outside of the loop. Low TimerTask1.java 33
The variable "activeThreads" is initialized within a loop Initialize the "activeThreads" variable outside of the loop. Low TimerTask1.java 35
The variable "str" is initialized within a loop Initialize the "str" variable outside of the loop. Low UDPClient.java 71
The variable "str" is initialized within a loop Initialize the "str" variable outside of the loop. Low UDPClient.java 90
The variable "str_Time" is initialized within a loop Initialize the "str_Time" variable outside of the loop. Low UDPClient.java 91
The variable "pckt" is initialized within a loop Initialize the "pckt" variable outside of the loop. Low UDPClient.java 94
The variable "strInput" is initialized within a loop Initialize the "strInput" variable outside of the loop. Low UDPClient.java 174
The variable "strDataSection" is initialized within a loop Initialize the "strDataSection" variable outside of the loop. Low UDPClient.java 176
The variable "receiveData1" is initialized within a loop Initialize the "receiveData1" variable outside of the loop. Low UDPClient.java 177
The variable "value" is initialized within a loop Initialize the "value" variable outside of the loop. Low TripParameters.java 212
The variable "rsrcPath" is initialized within a loop Initialize the "rsrcPath" variable outside of the loop. Low JarRsrcLoader.java 35
The variable "url" is initialized within a loop Initialize the "url" variable outside of the loop. Low JarRsrcLoader.java 53
The variable "is" is initialized within a loop Initialize the "is" variable outside of the loop. Low JarRsrcLoader.java 54
The variable "result" is initialized within a loop Initialize the "result" variable outside of the loop. Low JarRsrcLoader.java 56
The variable "manifest" is initialized within a loop Initialize the "manifest" variable outside of the loop. Low JarRsrcLoader.java 57
The variable "mainAttribs" is initialized within a loop Initialize the "mainAttribs" variable outside of the loop. Low JarRsrcLoader.java 58
The variable "rsrcCP" is initialized within a loop Initialize the "rsrcCP" variable outside of the loop. Low JarRsrcLoader.java 60
The variable "lastPos" is initialized within a loop Initialize the "lastPos" variable outside of the loop. Low JarRsrcLoader.java 89
 
Violation Recommendation Severity Resolved Resource Line
Avoid using the Class.getDeclaredMethod() method Don't use this Reflection method. Low CategoryReader.java 88
Avoid using the Class.getDeclaredMethod() method Don't use this Reflection method. Low ExpReader.java 90
Avoid using the Class.getDeclaredMethod() method Don't use this Reflection method. Low ValidatorReader.java 136
Avoid using the Class.getMethod() method Don't use this Reflection method. Low JarRsrcLoader.java 44
 
Violation Recommendation Severity Resolved Resource Line
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low Organization.java 7
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low TripDetails.java 56
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low TripParameters.java 52
Use of conditional operator Avoid using the conditional operator as it makes the code hard to understand. Low VehicleDetails.java 18
 
Violation Recommendation Severity Resolved Resource Line
Local variable not declared at beginning of block: thisMethod Move the variable declaration to the beginning of the block. Low CategoryReader.java 71
Local variable not declared at beginning of block: expressionClass Move the variable declaration to the beginning of the block. Low CategoryReader.java 72
Local variable not declared at beginning of block: node Move the variable declaration to the beginning of the block. Low CategoryReader.java 73
Local variable not initialized: node Initialize the variable as part of its declaration. Low CategoryReader.java 73
Local variable not declared at beginning of block: nodeMaps Move the variable declaration to the beginning of the block. Low CategoryReader.java 74
Local variable not initialized: nodeMaps Initialize the variable as part of its declaration. Low CategoryReader.java 74
Local variable not declared at beginning of block: eElement Move the variable declaration to the beginning of the block. Low CategoryReader.java 75
Local variable not initialized: eElement Initialize the variable as part of its declaration. Low CategoryReader.java 75
Local variable not declared at beginning of block: expression Move the variable declaration to the beginning of the block. Low DirectParamEvaluator.java 33
Local variable not declared at beginning of block: decoder Move the variable declaration to the beginning of the block. Low DirectParamEvaluator.java 34
Local variable not declared at beginning of block: handler Move the variable declaration to the beginning of the block. Low DirectParamEvaluator.java 35
Local variable not declared at beginning of block: xprssion Move the variable declaration to the beginning of the block. Low DirectParamEvaluator.java 43
Local variable not declared at beginning of block: decodedExpression Move the variable declaration to the beginning of the block. Low DirectParamEvaluator.java 45
Local variable not declared at beginning of block: decoder Move the variable declaration to the beginning of the block. Low DriftMasker.java 43
Local variable not declared at beginning of block: loadCategory Move the variable declaration to the beginning of the block. Low DriftMasker.java 48
Local variable not declared at beginning of block: arg Move the variable declaration to the beginning of the block. Low DriftMasker.java 49
Local variable not declared at beginning of block: expression Move the variable declaration to the beginning of the block. Low DriftMasker.java 52
Local variable not declared at beginning of block: Keys Move the variable declaration to the beginning of the block. Low DriftMasker.java 69
Local variable not declared at beginning of block: result Move the variable declaration to the beginning of the block. Low DriftMasker.java 80
Local variable not declared at beginning of block: param Move the variable declaration to the beginning of the block. Low DriftMasker.java 89
Local variable not declared at beginning of block: thisMethod Move the variable declaration to the beginning of the block. Low ExpReader.java 75
Local variable not declared at beginning of block: expressionClass Move the variable declaration to the beginning of the block. Low ExpReader.java 76
Local variable not declared at beginning of block: node Move the variable declaration to the beginning of the block. Low ExpReader.java 77
Local variable not initialized: node Initialize the variable as part of its declaration. Low ExpReader.java 77
Local variable not declared at beginning of block: nodeMaps Move the variable declaration to the beginning of the block. Low ExpReader.java 78
Local variable not initialized: nodeMaps Initialize the variable as part of its declaration. Low ExpReader.java 78
Local variable not declared at beginning of block: eElement Move the variable declaration to the beginning of the block. Low ExpReader.java 79
Local variable not initialized: eElement Initialize the variable as part of its declaration. Low ExpReader.java 79
Local variable not declared at beginning of block: arlValue Move the variable declaration to the beginning of the block. Low ExpressionDecoder.java 45
Local variable not declared at beginning of block: strValue Move the variable declaration to the beginning of the block. Low ExpressionDecoder.java 46
Local variable not declared at beginning of block: ss Move the variable declaration to the beginning of the block. Low ExpressionDecoder.java 120
Local variable not declared at beginning of block: thisMethod Move the variable declaration to the beginning of the block. Low ValidatorReader.java 120
Local variable not declared at beginning of block: expressionClass Move the variable declaration to the beginning of the block. Low ValidatorReader.java 121
Local variable not declared at beginning of block: node Move the variable declaration to the beginning of the block. Low ValidatorReader.java 122
Local variable not initialized: node Initialize the variable as part of its declaration. Low ValidatorReader.java 122
Local variable not declared at beginning of block: nodeMaps Move the variable declaration to the beginning of the block. Low ValidatorReader.java 123
Local variable not initialized: nodeMaps Initialize the variable as part of its declaration. Low ValidatorReader.java 123
Local variable not declared at beginning of block: eElement Move the variable declaration to the beginning of the block. Low ValidatorReader.java 124
Local variable not initialized: eElement Initialize the variable as part of its declaration. Low ValidatorReader.java 124
Local variable not declared at beginning of block: date2 Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 78
Local variable not declared at beginning of block: url Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 86
Local variable not declared at beginning of block: qname Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 90
Local variable not declared at beginning of block: service Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 92
Local variable not declared at beginning of block: region Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 95
Local variable not declared at beginning of block: itr Move the variable declaration to the beginning of the block. Low GpsWebserviceClient.java 97
Local variable not initialized: db Initialize the variable as part of its declaration. Low FileUtilities.java 36
Local variable not initialized: is Initialize the variable as part of its declaration. Low FileUtilities.java 38
Local variable not declared at beginning of block: msg Move the variable declaration to the beginning of the block. Low LogHandler.java 22
Local variable not initialized: c Initialize the variable as part of its declaration. Low ValidatorFactory.java 20
Local variable not declared at beginning of block: eventcodes Move the variable declaration to the beginning of the block. Low AlertManager.java 29
Local variable not declared at beginning of block: group Move the variable declaration to the beginning of the block. Low AlertManager.java 63
Local variable not declared at beginning of block: isInterested Move the variable declaration to the beginning of the block. Low AlertManager.java 85
Local variable not declared at beginning of block: isInterested Move the variable declaration to the beginning of the block. Low AsyncCaller.java 65
Local variable not declared at beginning of block: cal Move the variable declaration to the beginning of the block. Low AsyncCaller.java 66
Local variable not initialized: cal Initialize the variable as part of its declaration. Low AsyncCaller.java 66
Local variable not declared at beginning of block: date2 Move the variable declaration to the beginning of the block. Low AsyncCaller.java 75
Local variable not declared at beginning of block: gpsClient Move the variable declaration to the beginning of the block. Low AsyncCaller.java 76
Local variable not declared at beginning of block: eventcode Move the variable declaration to the beginning of the block. Low AsyncCaller.java 85
Local variable not declared at beginning of block: evcode Move the variable declaration to the beginning of the block. Low AsyncCaller.java 86
Local variable not declared at beginning of block: OrgId Move the variable declaration to the beginning of the block. Low AsyncCaller.java 88
Local variable not declared at beginning of block: isIn Move the variable declaration to the beginning of the block. Low AsyncCaller.java 100
Local variable not declared at beginning of block: formatter Move the variable declaration to the beginning of the block. Low AsyncCaller.java 102
Local variable not declared separately: digit2 Declare the variable in its own separate declaration statement. Low Base16Encoder.java 26
Local variable not declared at beginning of block: connFuture Move the variable declaration to the beginning of the block. Low ClientCommunicator.java 38
Local variable not declared at beginning of block: jc Move the variable declaration to the beginning of the block. Low configReader.java 32
Local variable not declared at beginning of block: unmarshaller Move the variable declaration to the beginning of the block. Low configReader.java 34
Local variable not declared at beginning of block: packetType Move the variable declaration to the beginning of the block. Low ConsumerThread.java 53
Local variable not declared at beginning of block: dbObj Move the variable declaration to the beginning of the block. Low ConsumerThread.java 139
Local variable not declared at beginning of block: tripParamObj Move the variable declaration to the beginning of the block. Low DBManager.java 66
Local variable not declared at beginning of block: date2 Move the variable declaration to the beginning of the block. Low DBManager.java 71
Local variable not declared at beginning of block: flag Move the variable declaration to the beginning of the block. Low DBManager.java 104
Local variable not declared at beginning of block: formatter Move the variable declaration to the beginning of the block. Low DBManager.java 119
Local variable not declared at beginning of block: flag Move the variable declaration to the beginning of the block. Low DBManager.java 126
Local variable not initialized: date1 Initialize the variable as part of its declaration. Low LMUUtils.java 41
Local variable not declared at beginning of block: d Move the variable declaration to the beginning of the block. Low LMUUtils.java 45
Local variable not declared at beginning of block: cal Move the variable declaration to the beginning of the block. Low LMUUtils.java 46
Local variable not declared at beginning of block: val Move the variable declaration to the beginning of the block. Low LMUUtils.java 63
Local variable not declared at beginning of block: hex Move the variable declaration to the beginning of the block. Low LMUUtils.java 77
Local variable not declared at beginning of block: method Move the variable declaration to the beginning of the block. Low LMUUtils.java 124
Local variable not declared at beginning of block: stat Move the variable declaration to the beginning of the block. Low LMUUtils.java 126
Local variable not declared at beginning of block: responseBody Move the variable declaration to the beginning of the block. Low LMUUtils.java 154
Local variable not initialized: address1 Initialize the variable as part of its declaration. Low LMUUtils.java 195
Local variable not initialized: address2 Initialize the variable as part of its declaration. Low LMUUtils.java 196
Local variable not declared at beginning of block: inputXML2 Move the variable declaration to the beginning of the block. Low LMUUtils.java 203
Local variable not initialized: event Initialize the variable as part of its declaration. Low LMUUtils.java 220
Local variable not declared at beginning of block: objConfig Move the variable declaration to the beginning of the block. Low PacketConsumer.java 83
Local variable not declared at beginning of block: validatorList Move the variable declaration to the beginning of the block. Low PacketConsumer.java 106
Local variable not declared at beginning of block: observerInstance Move the variable declaration to the beginning of the block. Low PacketConsumer.java 107
Local variable not declared at beginning of block: validatorFactory Move the variable declaration to the beginning of the block. Low PacketConsumer.java 108
Local variable not declared at beginning of block: commObj Move the variable declaration to the beginning of the block. Low PacketConsumer.java 126
Local variable not declared at beginning of block: queuenames Move the variable declaration to the beginning of the block. Low PacketConsumer.java 145
Local variable not declared at beginning of block: qnamearr Move the variable declaration to the beginning of the block. Low PacketConsumer.java 146
Local variable not declared at beginning of block: Report Move the variable declaration to the beginning of the block. Low PacketConsumer.java 228
Local variable not declared at beginning of block: objPck Move the variable declaration to the beginning of the block. Low PacketConsumer.java 244
Local variable not declared at beginning of block: objbyte1 Move the variable declaration to the beginning of the block. Low packetHandler.java 77
Local variable not initialized: objTempParam Initialize the variable as part of its declaration. Low packetHandler.java 123
Local variable not declared at beginning of block: strParamValue Move the variable declaration to the beginning of the block. Low packetHandler.java 125
Local variable not initialized: strParamValue Initialize the variable as part of its declaration. Low packetHandler.java 125
Local variable not initialized: objTempParam Initialize the variable as part of its declaration. Low packetHandler.java 233
Local variable not declared at beginning of block: strParamValue Move the variable declaration to the beginning of the block. Low packetHandler.java 235
Local variable not initialized: strParamValue Initialize the variable as part of its declaration. Low packetHandler.java 235
Local variable not initialized: objMsg Initialize the variable as part of its declaration. Low PacketProducer.java 130
Local variable not declared at beginning of block: mobileNumber Move the variable declaration to the beginning of the block. Low recieveThread.java 68
Local variable not declared at beginning of block: dateMillis Move the variable declaration to the beginning of the block. Low recieveThread.java 69
Local variable not declared at beginning of block: strValue Move the variable declaration to the beginning of the block. Low recieveThread.java 77
Local variable not declared at beginning of block: dummyHshtble Move the variable declaration to the beginning of the block. Low recieveThread.java 141
Local variable not declared at beginning of block: objLMdir Move the variable declaration to the beginning of the block. Low recieveThread.java 142
Local variable not declared at beginning of block: objDummy Move the variable declaration to the beginning of the block. Low recieveThread.java 143
Local variable not initialized: objDummy Initialize the variable as part of its declaration. Low recieveThread.java 143
Local variable not declared at beginning of block: keys Move the variable declaration to the beginning of the block. Low recieveThread.java 144
Local variable not declared at beginning of block: objParam Move the variable declaration to the beginning of the block. Low recieveThread.java 145
Local variable not initialized: objParam Initialize the variable as part of its declaration. Low recieveThread.java 145
Local variable not declared at beginning of block: objLMDr Move the variable declaration to the beginning of the block. Low recieveThread.java 177
Local variable not declared at beginning of block: objParm Move the variable declaration to the beginning of the block. Low recieveThread.java 178
Local variable not declared at beginning of block: objQ Move the variable declaration to the beginning of the block. Low recieveThread.java 193
Local variable not declared at beginning of block: producer Move the variable declaration to the beginning of the block. Low recieveThread.java 198
Local variable not declared at beginning of block: objProducer Move the variable declaration to the beginning of the block. Low recieveThread.java 200
Local variable not declared at beginning of block: keys Move the variable declaration to the beginning of the block. Low recieveThread.java 256
Local variable not declared at beginning of block: objParam Move the variable declaration to the beginning of the block. Low recieveThread.java 257
Local variable not initialized: objParam Initialize the variable as part of its declaration. Low recieveThread.java 257
Local variable not declared at beginning of block: objOptHdr Move the variable declaration to the beginning of the block. Low recieveThread.java 269
Local variable not declared at beginning of block: objParam Move the variable declaration to the beginning of the block. Low sendMessage.java 40
Local variable not initialized: objParam Initialize the variable as part of its declaration. Low sendMessage.java 40
Local variable not declared at beginning of block: buffer Move the variable declaration to the beginning of the block. Low sendMessage.java 41
Local variable not initialized: buffer Initialize the variable as part of its declaration. Low sendMessage.java 41
Local variable not declared at beginning of block: strSize Move the variable declaration to the beginning of the block. Low sendMessage.java 42
Local variable not declared at beginning of block: iBiteSize Move the variable declaration to the beginning of the block. Low sendMessage.java 43
Local variable not declared at beginning of block: objByte Move the variable declaration to the beginning of the block. Low sendMessage.java 44
Local variable not initialized: objByte Initialize the variable as part of its declaration. Low sendMessage.java 44
Local variable not declared at beginning of block: arlCopyValues Move the variable declaration to the beginning of the block. Low sendMessage.java 63
Local variable not declared at beginning of block: strHex Move the variable declaration to the beginning of the block. Low sendMessage.java 84
Local variable not declared at beginning of block: dateFormat Move the variable declaration to the beginning of the block. Low sendMessage.java 89
Local variable not declared at beginning of block: date Move the variable declaration to the beginning of the block. Low sendMessage.java 90
Local variable not initialized: strTemp Initialize the variable as part of its declaration. Low sendMessage.java 111
Local variable not initialized: objParam Initialize the variable as part of its declaration. Low sendMessage.java 112
Local variable not initialized: iPos Initialize the variable as part of its declaration. Low sendMessage.java 113
Local variable not initialized: iSize Initialize the variable as part of its declaration. Low sendMessage.java 114
Local variable not declared at beginning of block: strHex1 Move the variable declaration to the beginning of the block. Low sendMessage.java 129
Local variable not declared at beginning of block: connFuture Move the variable declaration to the beginning of the block. Low TestClient.java 33
Local variable not declared at beginning of block: worker Move the variable declaration to the beginning of the block. Low TimerTask1.java 33
Local variable not declared at beginning of block: activeThreads Move the variable declaration to the beginning of the block. Low TimerTask1.java 35
Local variable not declared at beginning of block: date Move the variable declaration to the beginning of the block. Low UDPClient.java 42
Local variable not declared at beginning of block: inFromUser Move the variable declaration to the beginning of the block. Low UDPClient.java 46
Local variable not declared at beginning of block: ip Move the variable declaration to the beginning of the block. Low UDPClient.java 47
Local variable not declared at beginning of block: port Move the variable declaration to the beginning of the block. Low UDPClient.java 48
Local variable not declared at beginning of block: packsize Move the variable declaration to the beginning of the block. Low UDPClient.java 49
Local variable not declared at beginning of block: clientCount Move the variable declaration to the beginning of the block. Low UDPClient.java 50
Local variable not declared at beginning of block: udpObj Move the variable declaration to the beginning of the block. Low UDPClient.java 52
Local variable not declared at beginning of block: f Move the variable declaration to the beginning of the block. Low UDPClient.java 62
Local variable not declared at beginning of block: search Move the variable declaration to the beginning of the block. Low UDPClient.java 63
Local variable not declared at beginning of block: result Move the variable declaration to the beginning of the block. Low UDPClient.java 64
Local variable not declared at beginning of block: in Move the variable declaration to the beginning of the block. Low UDPClient.java 66
Local variable not declared at beginning of block: in1 Move the variable declaration to the beginning of the block. Low UDPClient.java 67
Local variable not declared at beginning of block: itr Move the variable declaration to the beginning of the block. Low UDPClient.java 87
Local variable not declared at beginning of block: strInput Move the variable declaration to the beginning of the block. Low UDPClient.java 174
Local variable not declared at beginning of block: strDataSection Move the variable declaration to the beginning of the block. Low UDPClient.java 176
Local variable not declared at beginning of block: receiveData1 Move the variable declaration to the beginning of the block. Low UDPClient.java 177
Local variable not initialized: recievedData Initialize the variable as part of its declaration. Low UDPServer.java 16
Local variable not initialized: receivePacket Initialize the variable as part of its declaration. Low UDPServer.java 17
Local variable not initialized: IPAddress Initialize the variable as part of its declaration. Low UDPServer.java 18
Local variable not initialized: port Initialize the variable as part of its declaration. Low UDPServer.java 19
Local variable not declared at beginning of block: remoteAddress Move the variable declaration to the beginning of the block. Low UDPServerHandler.java 91
Local variable not declared at beginning of block: acceptor Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 70
Local variable not declared at beginning of block: chain Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 73
Local variable not declared at beginning of block: dcfg Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 83
Local variable not declared at beginning of block: addr Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 106
Local variable not declared at beginning of block: IPAddress Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 107
Local variable not declared at beginning of block: port Move the variable declaration to the beginning of the block. Low UDPServerMINA.java 108
Local variable not initialized: accumIterator Initialize the variable as part of its declaration. Low AccumulatorRef.java 24
Local variable not initialized: accum Initialize the variable as part of its declaration. Low AccumulatorRef.java 25
Local variable not initialized: query Initialize the variable as part of its declaration. Low AccumulatorRef.java 26
Local variable not initialized: configIterator Initialize the variable as part of its declaration. Low Configurations.java 21
Local variable not initialized: query Initialize the variable as part of its declaration. Low Configurations.java 22
Local variable not declared at beginning of block: configObj Move the variable declaration to the beginning of the block. Low Configurations.java 27
Local variable not initialized: configObj Initialize the variable as part of its declaration. Low Configurations.java 27
Local variable not declared at beginning of block: eventCat Move the variable declaration to the beginning of the block. Low ReportRef.java 27
Local variable not initialized: actualTime Initialize the variable as part of its declaration. Low TripDetails.java 69
Local variable not initialized: tripList Initialize the variable as part of its declaration. Low TripDetails.java 72
Local variable not initialized: query Initialize the variable as part of its declaration. Low TripDetails.java 73
Local variable not declared at beginning of block: hours Move the variable declaration to the beginning of the block. Low TripDetails.java 99
Local variable not declared at beginning of block: mins Move the variable declaration to the beginning of the block. Low TripDetails.java 100
Local variable not declared at beginning of block: append1 Move the variable declaration to the beginning of the block. Low TripDetails.java 112
Local variable not declared at beginning of block: selectQuery Move the variable declaration to the beginning of the block. Low TripDetails.java 117
Local variable not declared at beginning of block: qualifier1 Move the variable declaration to the beginning of the block. Low TripDetails.java 142
Local variable not declared at beginning of block: lng Move the variable declaration to the beginning of the block. Low TripDetails.java 184
Local variable not declared at beginning of block: lng1 Move the variable declaration to the beginning of the block. Low TripDetails.java 185
Local variable not initialized: trpMsgParams Initialize the variable as part of its declaration. Low TripMsgParams.java 27
Local variable not declared at beginning of block: len Move the variable declaration to the beginning of the block. Low TripMsgParams.java 30
Local variable not initialized: trpParams Initialize the variable as part of its declaration. Low TripParameters.java 104
Local variable not initialized: trpMsgParams Initialize the variable as part of its declaration. Low TripParameters.java 105
Local variable not declared at beginning of block: type Move the variable declaration to the beginning of the block. Low TripParameters.java 153
Local variable not declared at beginning of block: UserMsgLength Move the variable declaration to the beginning of the block. Low TripParameters.java 165
Local variable not declared at beginning of block: UserMsgRoute Move the variable declaration to the beginning of the block. Low TripParameters.java 166
Local variable not declared at beginning of block: UserMsgId Move the variable declaration to the beginning of the block. Low TripParameters.java 167
Local variable not declared at beginning of block: UserMsg Move the variable declaration to the beginning of the block. Low TripParameters.java 168
Local variable not declared at beginning of block: s Move the variable declaration to the beginning of the block. Low TripParameters.java 169
Local variable not declared at beginning of block: accums Move the variable declaration to the beginning of the block. Low TripParameters.java 170
Local variable not declared at beginning of block: accPID Move the variable declaration to the beginning of the block. Low TripParameters.java 171
Local variable not declared at beginning of block: tripParam Move the variable declaration to the beginning of the block. Low TripParameters.java 173
Local variable not initialized: tripParam Initialize the variable as part of its declaration. Low TripParameters.java 173
Local variable not declared at beginning of block: theByteArray Move the variable declaration to the beginning of the block. Low TripParameters.java 189
Local variable not declared at beginning of block: theByteArray1 Move the variable declaration to the beginning of the block. Low TripParameters.java 190
Local variable not declared at beginning of block: result Move the variable declaration to the beginning of the block. Low TripParameters.java 193
Local variable not declared at beginning of block: dateMillis Move the variable declaration to the beginning of the block. Low TripParameters.java 245
Local variable not declared at beginning of block: status Move the variable declaration to the beginning of the block. Low TripParameters.java 254
Local variable not declared at beginning of block: latTemp Move the variable declaration to the beginning of the block. Low TripParameters.java 312
Local variable not declared at beginning of block: longTemp Move the variable declaration to the beginning of the block. Low TripParameters.java 315
Local variable not declared at beginning of block: packetStatus Move the variable declaration to the beginning of the block. Low TripParameters.java 319
Local variable not initialized: methodArgs Initialize the variable as part of its declaration. Low TripParameters.java 367
Local variable not initialized: params Initialize the variable as part of its declaration. Low TripParameters.java 368
Local variable not initialized: vehicleList Initialize the variable as part of its declaration. Low VehicleDetails.java 27
Local variable not declared at beginning of block: rsrcUrls Move the variable declaration to the beginning of the block. Low JarRsrcLoader.java 33
Local variable not declared at beginning of block: jceClassLoader Move the variable declaration to the beginning of the block. Low JarRsrcLoader.java 41
Local variable not declared at beginning of block: c Move the variable declaration to the beginning of the block. Low JarRsrcLoader.java 43
Local variable not declared at beginning of block: main Move the variable declaration to the beginning of the block. Low JarRsrcLoader.java 44
Local variable not initialized: resEnum Initialize the variable as part of its declaration. Low JarRsrcLoader.java 49
Local variable not declared at beginning of block: rsrcCP Move the variable declaration to the beginning of the block. Low JarRsrcLoader.java 60
Local variable not declared at beginning of block: result Move the variable declaration to the beginning of the block. Low JarRsrcLoader.java 86
Local variable not declared at beginning of block: firstPos Move the variable declaration to the beginning of the block. Low JarRsrcLoader.java 87
Local variable not initialized: file Initialize the variable as part of its declaration. Low RsrcURLStreamHandler.java 25
 
Violation Recommendation Severity Resolved Resource Line
Line 30 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 30
Line 31 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 31
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 86
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 87
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 88
Line 90 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 90
Line 91 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 91
Line 98 is longer than 80 characters Break the line into multiple shorter lines. Low CategoryReader.java 98
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low DirectParamEvaluator.java 20
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low DirectParamEvaluator.java 33
Line 49 is longer than 80 characters Break the line into multiple shorter lines. Low DirectParamEvaluator.java 49
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low DirectParamEvaluator.java 63
Line 34 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 34
Line 45 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 45
Line 48 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 48
Line 52 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 52
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 59
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 61
Line 74 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 74
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 80
Line 84 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 84
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 87
Line 89 is longer than 80 characters Break the line into multiple shorter lines. Low DriftMasker.java 89
Line 31 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 31
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 88
Line 89 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 89
Line 90 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 90
Line 92 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 92
Line 93 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 93
Line 100 is longer than 80 characters Break the line into multiple shorter lines. Low ExpReader.java 100
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 25
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 59
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 60
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 80
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 81
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 87
Line 100 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 100
Line 103 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 103
Line 118 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 118
Line 130 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 130
Line 138 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionDecoder.java 138
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionHandler.java 20
Line 76 is longer than 80 characters Break the line into multiple shorter lines. Low ExpressionHandler.java 76
Line 32 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 32
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 33
Line 134 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 134
Line 135 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 135
Line 136 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 136
Line 138 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 138
Line 139 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 139
Line 146 is longer than 80 characters Break the line into multiple shorter lines. Low ValidatorReader.java 146
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low GpsWebserviceClient.java 35
Line 40 is longer than 80 characters Break the line into multiple shorter lines. Low GpsWebserviceClient.java 40
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low GpsWebserviceClient.java 80
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low GpsWebserviceClient.java 86
Line 90 is longer than 80 characters Break the line into multiple shorter lines. Low GpsWebserviceClient.java 90
Line 14 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 14
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 21
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 22
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 23
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 24
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 25
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 26
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 27
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlert.java 28
Line 14 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessage.java 14
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessage.java 21
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessage.java 22
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessage.java 23
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessage.java 24
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertMessageResponse.java 13
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low MobileAlertResponse.java 13
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low ObjectFactory.java 26
Line 16 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygon.java 16
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygon.java 23
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygon.java 24
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygon.java 25
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygon.java 26
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygonResponse.java 13
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low PointInPolygonResponse.java 20
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 22
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 39
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 41
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 42
Line 48 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 48
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 59
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 61
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 62
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 82
Line 84 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 84
Line 85 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion.java 85
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion_Service.java 23
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion_Service.java 46
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion_Service.java 57
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion_Service.java 63
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low PolygonRegion_Service.java 69
Line 16 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 16
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 23
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 24
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 25
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 26
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistory.java 27
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low UpdateRfidHistoryResponse.java 13
Line 16 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterested.java 16
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterested.java 23
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterested.java 24
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterested.java 25
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterested.java 26
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterestedResponse.java 13
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low WhetherInterestedResponse.java 20
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low FileUtilities.java 59
Line 79 is longer than 80 characters Break the line into multiple shorter lines. Low FileUtilities.java 79
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low FileUtilities.java 81
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low FileUtilities.java 83
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low FileUtilities.java 88
Line 11 is longer than 80 characters Break the line into multiple shorter lines. Low LoggerStackTraceUtil.java 11
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low LogHandler.java 13
Line 16 is longer than 80 characters Break the line into multiple shorter lines. Low LogHandler.java 16
Line 19 is longer than 80 characters Break the line into multiple shorter lines. Low LogHandler.java 19
Line 31 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 31
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 41
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 42
Line 48 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 48
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 54
Line 65 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 65
Line 72 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 72
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low PacketDataFetcher.java 88
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 22
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 27
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 28
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 29
Line 32 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 32
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 33
Line 38 is longer than 80 characters Break the line into multiple shorter lines. Low ParamUtils.java 38
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low AlertManager.java 25
Line 49 is longer than 80 characters Break the line into multiple shorter lines. Low AlertManager.java 49
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low AlertManager.java 50
Line 75 is longer than 80 characters Break the line into multiple shorter lines. Low AlertManager.java 75
Line 40 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 40
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 57
Line 64 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 64
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 71
Line 75 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 75
Line 77 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 77
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 78
Line 80 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 80
Line 88 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 88
Line 92 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 92
Line 100 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 100
Line 101 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 101
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 102
Line 109 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 109
Line 111 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 111
Line 122 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 122
Line 125 is longer than 80 characters Break the line into multiple shorter lines. Low AsyncCaller.java 125
Line 12 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 12
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 13
Line 14 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 14
Line 15 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 15
Line 18 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 18
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 23
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 26
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 27
Line 37 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 37
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 46
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 50
Line 51 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 51
Line 53 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 53
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 54
Line 55 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 55
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 58
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 60
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 61
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 62
Line 65 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 65
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 67
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 69
Line 70 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 70
Line 74 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 74
Line 76 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 76
Line 79 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 79
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 86
Line 93 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 93
Line 96 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 96
Line 100 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 100
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 102
Line 117 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 117
Line 122 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 122
Line 123 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 123
Line 124 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 124
Line 157 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 157
Line 160 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 160
Line 168 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 168
Line 171 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 171
Line 172 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 172
Line 211 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 211
Line 213 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 213
Line 214 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 214
Line 215 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 215
Line 217 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 217
Line 218 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 218
Line 219 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 219
Line 268 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 268
Line 270 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 270
Line 273 is longer than 80 characters Break the line into multiple shorter lines. Low Base64.java 273
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low ClientCommunicator.java 21
Line 94 is longer than 80 characters Break the line into multiple shorter lines. Low ClientCommunicator.java 94
Line 21 is longer than 80 characters Break the line into multiple shorter lines. Low CommonClass.java 21
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 27
Line 32 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 32
Line 36 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 36
Line 37 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 37
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 44
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 71
Line 73 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 73
Line 77 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 77
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 82
Line 103 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 103
Line 105 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 105
Line 109 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 109
Line 114 is longer than 80 characters Break the line into multiple shorter lines. Low configReader.java 114
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 27
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 42
Line 49 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 49
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 50
Line 53 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 53
Line 115 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 115
Line 118 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 118
Line 119 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 119
Line 120 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 120
Line 126 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 126
Line 130 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 130
Line 137 is longer than 80 characters Break the line into multiple shorter lines. Low ConsumerThread.java 137
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 24
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 46
Line 47 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 47
Line 67 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 67
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 71
Line 74 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 74
Line 77 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 77
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 78
Line 85 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 85
Line 86 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 86
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 87
Line 98 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 98
Line 99 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 99
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 102
Line 103 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 103
Line 104 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 104
Line 105 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 105
Line 113 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 113
Line 117 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 117
Line 118 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 118
Line 119 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 119
Line 124 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 124
Line 126 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 126
Line 172 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 172
Line 175 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 175
Line 211 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 211
Line 217 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 217
Line 218 is longer than 80 characters Break the line into multiple shorter lines. Low DBManager.java 218
Line 117 is longer than 80 characters Break the line into multiple shorter lines. Low LMUUtils.java 117
Line 193 is longer than 80 characters Break the line into multiple shorter lines. Low LMUUtils.java 193
Line 194 is longer than 80 characters Break the line into multiple shorter lines. Low LMUUtils.java 194
Line 5 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 5
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 57
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 59
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 61
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 62
Line 90 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 90
Line 97 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 97
Line 106 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 106
Line 111 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 111
Line 112 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 112
Line 115 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 115
Line 120 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 120
Line 185 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 185
Line 194 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 194
Line 228 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 228
Line 232 is longer than 80 characters Break the line into multiple shorter lines. Low PacketConsumer.java 232
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 33
Line 49 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 49
Line 119 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 119
Line 121 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 121
Line 148 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 148
Line 164 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 164
Line 166 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 166
Line 170 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 170
Line 224 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 224
Line 231 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 231
Line 232 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 232
Line 253 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 253
Line 255 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 255
Line 259 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 259
Line 264 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 264
Line 265 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 265
Line 266 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 266
Line 288 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 288
Line 289 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 289
Line 297 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 297
Line 306 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 306
Line 325 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 325
Line 327 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 327
Line 333 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 333
Line 335 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 335
Line 352 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 352
Line 354 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 354
Line 360 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 360
Line 362 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 362
Line 369 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 369
Line 373 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 373
Line 374 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 374
Line 375 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 375
Line 427 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 427
Line 435 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 435
Line 448 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 448
Line 471 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 471
Line 493 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 493
Line 514 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 514
Line 578 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 578
Line 588 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 588
Line 602 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 602
Line 610 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 610
Line 611 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 611
Line 618 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 618
Line 663 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 663
Line 665 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 665
Line 669 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 669
Line 678 is longer than 80 characters Break the line into multiple shorter lines. Low packetHandler.java 678
Line 5 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 5
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 44
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 54
Line 62 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 62
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 78
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 102
Line 104 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 104
Line 144 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 144
Line 145 is longer than 80 characters Break the line into multiple shorter lines. Low PacketProducer.java 145
Line 8 is longer than 80 characters Break the line into multiple shorter lines. Low ProrpertiesManager.java 8
Line 5 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 5
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 25
Line 36 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 36
Line 56 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 56
Line 66 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 66
Line 77 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 77
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low QueueAllocator.java 78
Line 9 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 9
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 54
Line 68 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 68
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 69
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 71
Line 77 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 77
Line 92 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 92
Line 95 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 95
Line 96 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 96
Line 100 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 100
Line 110 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 110
Line 157 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 157
Line 192 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 192
Line 207 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 207
Line 215 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 215
Line 227 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 227
Line 269 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 269
Line 270 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 270
Line 274 is longer than 80 characters Break the line into multiple shorter lines. Low recieveThread.java 274
Line 25 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 25
Line 30 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 30
Line 49 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 49
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 69
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 87
Line 96 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 96
Line 107 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 107
Line 132 is longer than 80 characters Break the line into multiple shorter lines. Low sendMessage.java 132
Line 18 is longer than 80 characters Break the line into multiple shorter lines. Low TestClient.java 17
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low TestClient.java 33
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low TestClient.java 61
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low TestClient.java 100
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 46
Line 94 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 94
Line 107 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 107
Line 115 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 115
Line 157 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 157
Line 174 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 174
Line 177 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 177
Line 183 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 183
Line 193 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 193
Line 202 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 202
Line 205 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 205
Line 215 is longer than 80 characters Break the line into multiple shorter lines. Low UDPClient.java 215
Line 13 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServer.java 13
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServer.java 23
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerHandler.java 43
Line 90 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerHandler.java 90
Line 9 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 9
Line 52 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 52
Line 53 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 53
Line 78 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 78
Line 87 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 87
Line 93 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 93
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 102
Line 111 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 111
Line 117 is longer than 80 characters Break the line into multiple shorter lines. Low UDPServerMINA.java 117
Line 30 is longer than 80 characters Break the line into multiple shorter lines. Low AccumulatorRef.java 30
Line 24 is longer than 80 characters Break the line into multiple shorter lines. Low _Device.java 24
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low _Device.java 27
Line 15 is longer than 80 characters Break the line into multiple shorter lines. Low _FrequentTravellerDetails.java 15
Line 18 is longer than 80 characters Break the line into multiple shorter lines. Low _FrequentTravellerDetails.java 18
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low _FrequentTravellerDetails.java 20
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low _Geofence.java 28
Line 31 is longer than 80 characters Break the line into multiple shorter lines. Low _Geofence.java 31
Line 19 is longer than 80 characters Break the line into multiple shorter lines. Low _GeovehicleMap.java 19
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low _Organization.java 29
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 39
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 61
Line 63 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 63
Line 66 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 66
Line 68 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 68
Line 69 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 69
Line 324 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 324
Line 402 is longer than 80 characters Break the line into multiple shorter lines. Low _TripDetails.java 402
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low _TripParameters.java 42
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low _TripPreference.java 22
Line 19 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 19
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 28
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 29
Line 32 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 32
Line 35 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 35
Line 128 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 128
Line 131 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 131
Line 136 is longer than 80 characters Break the line into multiple shorter lines. Low _TripTravelerDetails.java 136
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low _User.java 33
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 50
Line 54 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 54
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 58
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 59
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 60
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low _UserDetails.java 61
Line 17 is longer than 80 characters Break the line into multiple shorter lines. Low _UserPreferences.java 17
Line 18 is longer than 80 characters Break the line into multiple shorter lines. Low _UserPreferences.java 18
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low _UserPreferences.java 22
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low _UserPreferences.java 23
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low _UserPreferences.java 27
Line 22 is longer than 80 characters Break the line into multiple shorter lines. Low _Vehicle.java 22
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low _VehicleDetails.java 23
Line 38 is longer than 80 characters Break the line into multiple shorter lines. Low _VehicleDetails.java 38
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low _VehicleDetails.java 44
Line 20 is longer than 80 characters Break the line into multiple shorter lines. Low _VehicleGroup.java 20
Line 28 is longer than 80 characters Break the line into multiple shorter lines. Low Device.java 28
Line 32 is longer than 80 characters Break the line into multiple shorter lines. Low Device.java 32
Line 8 is longer than 80 characters Break the line into multiple shorter lines. Low Organization.java 8
Line 30 is longer than 80 characters Break the line into multiple shorter lines. Low ReportRef.java 30
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 43
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 57
Line 61 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 61
Line 75 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 75
Line 81 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 81
Line 119 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 119
Line 136 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 136
Line 142 is longer than 80 characters Break the line into multiple shorter lines. Low TripDetails.java 142
Line 137 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 137
Line 140 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 140
Line 215 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 215
Line 220 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 220
Line 222 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 222
Line 325 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 325
Line 407 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 407
Line 449 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 449
Line 504 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 504
Line 515 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 515
Line 517 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 517
Line 531 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 531
Line 532 is longer than 80 characters Break the line into multiple shorter lines. Low TripParameters.java 532
Line 19 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleDetails.java 19
Line 23 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleDetails.java 23
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleDetails.java 33
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low VehicleDetails.java 39
Line 26 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 26
Line 36 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 36
Line 41 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 41
Line 42 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 42
Line 43 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 43
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 44
Line 45 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 45
Line 46 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 46
Line 47 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 47
Line 48 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 48
Line 49 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 49
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 50
Line 56 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 56
Line 57 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 57
Line 58 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 58
Line 66 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 66
Line 71 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 71
Line 72 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 72
Line 73 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 73
Line 74 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 74
Line 75 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 75
Line 76 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 76
Line 82 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 82
Line 83 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 83
Line 91 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 91
Line 96 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 96
Line 101 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 101
Line 102 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 102
Line 103 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 103
Line 104 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 104
Line 105 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 105
Line 106 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 106
Line 112 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 112
Line 113 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 113
Line 223 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 223
Line 233 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 233
Line 238 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 238
Line 239 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 239
Line 240 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 240
Line 241 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 241
Line 242 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 242
Line 243 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 243
Line 249 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 249
Line 250 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 250
Line 279 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 279
Line 305 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 305
Line 315 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 315
Line 316 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 316
Line 317 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 317
Line 318 is longer than 80 characters Break the line into multiple shorter lines. Low LMDirect.java 318
Line 33 is longer than 80 characters Break the line into multiple shorter lines. Low ObjectFactory.java 33
Line 17 is longer than 80 characters Break the line into multiple shorter lines. Low JarRsrcLoader.java 17
Line 29 is longer than 80 characters Break the line into multiple shorter lines. Low JarRsrcLoader.java 29
Line 37 is longer than 80 characters Break the line into multiple shorter lines. Low JarRsrcLoader.java 37
Line 39 is longer than 80 characters Break the line into multiple shorter lines. Low JarRsrcLoader.java 39
Line 44 is longer than 80 characters Break the line into multiple shorter lines. Low JarRsrcLoader.java 44
Line 50 is longer than 80 characters Break the line into multiple shorter lines. Low JarRsrcLoader.java 50
Line 59 is longer than 80 characters Break the line into multiple shorter lines. Low JarRsrcLoader.java 59
Line 60 is longer than 80 characters Break the line into multiple shorter lines. Low JarRsrcLoader.java 60
Line 64 is longer than 80 characters Break the line into multiple shorter lines. Low JarRsrcLoader.java 64
Line 72 is longer than 80 characters Break the line into multiple shorter lines. Low JarRsrcLoader.java 72
Line 77 is longer than 80 characters Break the line into multiple shorter lines. Low JarRsrcLoader.java 77
Line 27 is longer than 80 characters Break the line into multiple shorter lines. Low RsrcURLConnection.java 27
 
Violation Recommendation Severity Resolved Resource Line
Method is longer than 60 lines Consider moving some of the behavior into another method. Low AsyncCaller.java 62
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low ClientCommunicator.java 28
Method is longer than 60 lines Consider moving some of the behavior into another method. Low DBManager.java 35
Method is longer than 60 lines Consider moving some of the behavior into another method. Low PacketConsumer.java 67
Method is longer than 60 lines Consider moving some of the behavior into another method. Low recieveThread.java 53
Constructor is longer than 20 lines Consider moving some of the behavior into a method. Low TestClient.java 23
Method is longer than 60 lines Consider moving some of the behavior into another method. Low TripParameters.java 95
 
Violation Recommendation Severity Resolved Resource Line
The names "getLat" and "getLan" are spelled too similarly Change one of the names. Low PointInPolygon.java 72
The names "setLat" and "setLan" are spelled too similarly Change one of the names. Low PointInPolygon.java 80
The names "getLat" and "getLan" are spelled too similarly Change one of the names. Low WhetherInterested.java 72
The names "setLat" and "setLan" are spelled too similarly Change one of the names. Low WhetherInterested.java 80
The names "objParam" and "objParm" are spelled too similarly Change one of the names. Low recieveThread.java 145
The names "objParm" and "objParam" are spelled too similarly Change one of the names. Low recieveThread.java 178
 
Violation Recommendation Severity Resolved Resource Line
Duplicate property value: WARN Delete the duplicate property. Low log4j.properties 6
Duplicate property value: INFO Delete the duplicate property. Low log4j.properties 18
Duplicate property value: org.apache.log4j.PatternLayout Delete the duplicate property. Low log4j.properties 21
Duplicate property value: %d{yyyy-MM-dd HH:mm:ss.SSS} [%p] %c:%L:%t - %m%n Delete the duplicate property. Low log4j.properties 22
 
Violation Recommendation Severity Resolved Resource Line
The static function main(String[]) should be declared last Make the "main" method the last member in the file. Low LMUUtils.java 181
The static function main(String[]) should be declared last Make the "main" method the last member in the file. Low UDPClient.java 39
The static function main(String[]) should be declared last Make the "main" method the last member in the file. Low UDPServer.java 11
The static function main(String[]) should be declared last Make the "main" method the last member in the file. Low JarRsrcLoader.java 29
 
Violation Recommendation Severity Resolved Resource Line
Badly located array declarators: objByte[] Move the array declarator immediately after the name of the base type. Low sendMessage.java 44
Badly located array declarators: params[] Move the array declarator immediately after the name of the base type. Low TripParameters.java 368
 
Violation Recommendation Severity Resolved Resource Line
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CategoryReader.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CategoryReader.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CategoryReader.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CategoryReader.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CategoryReader.java 59
Opening braces should not appear on a new line Move the opening brace to the previous line. Low CategoryReader.java 66
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CorrectorVO.java 3
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CorrectorVO.java 6
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CorrectorVO.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CorrectorVO.java 12
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low CorrectorVO.java 15
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DirectParamEvaluator.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DirectParamEvaluator.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DirectParamEvaluator.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DirectParamEvaluator.java 80
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low DriftMasker.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low DriftMasker.java 33
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ExpReader.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpReader.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpReader.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpReader.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpReader.java 63
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ExpReader.java 70
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 40
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ExpressionDecoder.java 51
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ExpressionDecoder.java 53
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionDecoder.java 87
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ExpressionDecoder.java 92
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ExpressionHandler.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionHandler.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ExpressionHandler.java 50
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low IPacketObserver.java 10
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low RuleVO.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RuleVO.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RuleVO.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RuleVO.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low RuleVO.java 23
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 10
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorDetails.java 34
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ValidatorReader.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorReader.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorReader.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorReader.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ValidatorReader.java 105
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ValidatorReader.java 112
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 138
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 150
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 186
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 198
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 210
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 222
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 230
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlert.java 238
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 127
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessage.java 135
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MobileAlertMessageResponse.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessageResponse.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertMessageResponse.java 50
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low MobileAlertResponse.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertResponse.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MobileAlertResponse.java 50
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 78
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygon.java 120
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PointInPolygonResponse.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygonResponse.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PointInPolygonResponse.java 50
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PolygonRegion.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PolygonRegion_Service.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PolygonRegion_Service.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PolygonRegion_Service.java 68
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistory.java 148
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UpdateRfidHistoryResponse.java 31
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterested.java 120
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low WhetherInterestedResponse.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterestedResponse.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low WhetherInterestedResponse.java 50
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ConfigReader.java 17
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FileUtilities.java 29
Opening braces should not appear on a new line Move the opening brace to the previous line. Low FileUtilities.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FileUtilities.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low FileUtilities.java 72
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LoggerStackTraceUtil.java 9
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LoggerStackTraceUtil.java 24
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LoggerStackTraceUtil.java 31
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LogHandler.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogHandler.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogHandler.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LogHandler.java 19
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PacketDataFetcher.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketDataFetcher.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketDataFetcher.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketDataFetcher.java 72
Closing braces should appear on a new line Move the closing brace to the next line. Low PacketDataFetcher.java 101
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ParamUtils.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ParamUtils.java 22
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 51
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 53
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 55
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 61
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 63
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ParamUtils.java 69
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ValidatorFactory.java 15
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ValidatorFactory.java 24
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ValidatorFactory.java 29
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ValidatorFactory.java 35
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AlertManager.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertManager.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertManager.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AlertManager.java 49
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AlertManager.java 54
Closing braces should appear on a new line Move the closing brace to the next line. Low AlertManager.java 68
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AlertManager.java 80
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AsyncCaller.java 29
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 97
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 105
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 121
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 134
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low AsyncCaller.java 148
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 152
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AsyncCaller.java 158
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Base16Encoder.java 2
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Base16Encoder.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Base16Encoder.java 22
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 61
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ClientCommunicator.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ClientCommunicator.java 115
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 26
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 28
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 43
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 59
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 70
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 72
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 81
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 91
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 102
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 104
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 113
Opening braces should not appear on a new line Move the opening brace to the previous line. Low configReader.java 123
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 32
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConsumerThread.java 35
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConsumerThread.java 39
Opening braces should not appear on a new line Move the opening brace to the previous line. Low ConsumerThread.java 46
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 74
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ConsumerThread.java 151
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DBManager.java 62
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DBManager.java 115
Opening braces should not appear on a new line Move the opening brace to the previous line. Low DBManager.java 121
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 43
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUUtils.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMUUtils.java 74
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 93
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 100
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 170
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 200
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 210
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 222
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMUUtils.java 228
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low MyLogger.java 13
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PacketConsumer.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketConsumer.java 67
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketConsumer.java 81
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketConsumer.java 149
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketConsumer.java 170
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketConsumer.java 179
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketConsumer.java 206
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketConsumer.java 208
Closing braces should appear on a new line Move the closing brace to the next line. Low PacketConsumer.java 208
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketConsumer.java 218
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 32
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 47
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 129
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 144
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 156
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 189
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 217
Opening braces should not appear on a new line Move the opening brace to the previous line. Low packetHandler.java 240
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PacketProducer.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketProducer.java 45
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketProducer.java 57
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketProducer.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketProducer.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketProducer.java 129
Opening braces should not appear on a new line Move the opening brace to the previous line. Low PacketProducer.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low PacketProducer.java 154
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ProrpertiesManager.java 7
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 19
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low QueueAllocator.java 96
Opening braces should not appear on a new line Move the opening brace to the previous line. Low recieveThread.java 58
Opening braces should not appear on a new line Move the opening brace to the previous line. Low recieveThread.java 82
Opening braces should not appear on a new line Move the opening brace to the previous line. Low recieveThread.java 89
Opening braces should not appear on a new line Move the opening brace to the previous line. Low recieveThread.java 214
Opening braces should not appear on a new line Move the opening brace to the previous line. Low recieveThread.java 240
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 47
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 54
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 59
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 86
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 117
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 125
Opening braces should not appear on a new line Move the opening brace to the previous line. Low sendMessage.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low sendMessage.java 143
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TestClient.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 40
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TestClient.java 42
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TestClient.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 88
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 105
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TestClient.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TimerTask1.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPClient.java 58
Closing braces should appear on a new line Move the closing brace to the next line. Low UDPClient.java 115
Closing braces should appear on a new line Move the closing brace to the next line. Low UDPClient.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPClient.java 133
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPClient.java 149
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPClient.java 151
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPClient.java 167
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServer.java 22
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServer.java 27
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServer.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low UDPServerHandler.java 86
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServerHandler.java 88
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServerMINA.java 98
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServerMINA.java 101
Opening braces should not appear on a new line Move the opening brace to the previous line. Low UDPServerMINA.java 116
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Accounts.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low AccumulatorRef.java 15
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AccumulatorRef.java 29
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AccumulatorRef.java 34
Opening braces should not appear on a new line Move the opening brace to the previous line. Low AccumulatorRef.java 37
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Accounts.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Accounts.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Accounts.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Accounts.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Accounts.java 27
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _AccumulatorRef.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _AccumulatorRef.java 10
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _AccumulatorRef.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _AccumulatorRef.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _AccumulatorRef.java 20
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _CharityBarometer.java 39
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Configurations.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Configurations.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Configurations.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Configurations.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Configurations.java 21
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Device.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Device.java 101
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Feedback.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Feedback.java 76
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FenceHistory.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _FrequentTravellerDetails.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTravellerDetails.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTravellerDetails.java 24
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _FrequentTripDetails.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTripDetails.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTripDetails.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTripDetails.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _FrequentTripDetails.java 32
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Geofence.java 18
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 42
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 49
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 63
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 70
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 77
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 84
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 98
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 116
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Geofence.java 128
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _GeovehicleMap.java 47
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Inbox.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Inbox.java 73
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _LMU4100Map.java 11
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Notification.java 12
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Notification.java 52
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Organization.java 16
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 71
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 85
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Organization.java 122
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _PickupPoints.java 39
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 12
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _ReportRef.java 33
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 50
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _SavingStatus.java 65
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Speedparameter.java 39
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripDetails.java 25
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripMsgParams.java 55
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 56
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 60
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 64
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 78
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 81
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 92
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 95
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 99
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 102
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 106
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 109
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 112
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 119
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 126
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 156
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 160
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 163
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 170
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 174
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 177
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 181
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 184
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 196
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 199
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 202
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 205
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 210
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 214
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 219
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripParameters.java 222
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 11
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripPreference.java 76
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 28
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripScraps.java 39
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 54
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 68
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 89
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 96
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 103
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 110
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 117
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 124
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 131
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 140
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripTravelerDetails.java 144
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _TripVehicleMap.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripVehicleMap.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripVehicleMap.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripVehicleMap.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _TripVehicleMap.java 34
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _User.java 17
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 52
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 80
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 87
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 94
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 101
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 108
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 115
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 122
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 129
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 136
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 143
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 148
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 151
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _User.java 155
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _UserDetails.java 27
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _UserGeofenceMap.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserGeofenceMap.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserGeofenceMap.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserGeofenceMap.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserGeofenceMap.java 34
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 23
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 26
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 33
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 47
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserLandmarks.java 55
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 22
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 25
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 32
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 39
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreference.java 47
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 13
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _UserPreferences.java 143
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 30
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 37
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 44
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 73
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _Vehicle.java 80
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 21
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 55
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 58
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 62
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 65
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 69
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 72
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 76
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 79
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 86
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 90
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 93
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 97
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 100
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 104
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 107
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 111
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 114
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 118
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 121
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 125
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 128
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 132
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 135
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 139
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 142
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 146
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 149
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 153
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 158
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 162
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 167
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 171
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 176
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 180
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 185
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 189
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleDetails.java 194
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 15
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 27
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 31
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 34
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 38
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 41
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 45
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low _VehicleGroup.java 52
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low CharityBarometer.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Configurations.java 14
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Configurations.java 17
Opening braces should not appear on a new line Move the opening brace to the previous line. Low Device.java 35
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Device.java 49
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleNotFoundException.java 3
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Feedback.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FenceHistory.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTravellerDetails.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low FrequentTripDetails.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Geofence.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low GeovehicleMap.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Inbox.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LMU4100Map.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMU4100Map.java 15
Closing brace for a method should appear on a new line Move the closing brace to the next line. Low LMU4100Map.java 15
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMU4100Map.java 29
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMU4100Map.java 33
Opening braces should not appear on a new line Move the opening brace to the previous line. Low LMU4100Map.java 41
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Notification.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Organization.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low Organization.java 6
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low PickupPoints.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ReportRef.java 21
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low _LMU4100Map.java 11
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low LMU4100Map.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMU4100Map.java 9
Closing brace for a method should appear on a new line Move the closing brace to the next line. Low LMU4100Map.java 9
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low LMU4100Map.java 11
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low SavingStatus.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Speedparameter.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripDetails.java 55
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 64
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 133
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 140
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 146
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 154
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripDetails.java 167
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripMsgParams.java 20
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripMsgParams.java 24
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripParameters.java 40
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParameters.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParameters.java 57
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParameters.java 61
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParameters.java 66
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParameters.java 82
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low TripParameters.java 97
Opening braces should not appear on a new line Move the opening brace to the previous line. Low TripParameters.java 360
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripPreference.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripScraps.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripTravelerDetails.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low TripVehicleMap.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low User.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserDetails.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserGeofenceMap.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserLandmarks.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserPreference.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low UserPreferences.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low Vehicle.java 5
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low VehicleDetails.java 17
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleDetails.java 31
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleDetails.java 37
Opening braces should not appear on a new line Move the opening brace to the previous line. Low VehicleDetails.java 42
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low VehicleGroup.java 5
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 36
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 43
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 51
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 59
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 67
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 75
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 83
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 91
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low ObjectFactory.java 99
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low JarRsrcLoader.java 22
Opening brace for a type should appear on a new line Move the opening brace to the next line. Low JarRsrcLoader.java 24
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JarRsrcLoader.java 29
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JarRsrcLoader.java 48
Opening brace for a method should appear on a new line Move the opening brace to the next line. Low JarRsrcLoader.java 83
 
Violation Recommendation Severity Resolved Resource Line
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 31
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 39
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 40
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 41
Use of tab character outside a literal Use spaces rather than tabs. Low CategoryReader.java 61
Use of tab character outside a literal Use spaces rather than tabs. Low CategoryReader.java 69
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 86
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 87
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 88
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 89
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 90
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 91
Use of space at start of line Use tabs to indent the source code. Low CategoryReader.java 92
Use of tab character outside a literal Use spaces rather than tabs. Low CategoryReader.java 99
Use of tab character outside a literal Use spaces rather than tabs. Low DirectParamEvaluator.java 37
Use of tab character outside a literal Use spaces rather than tabs. Low DirectParamEvaluator.java 43
Use of space at start of line Use tabs to indent the source code. Low DirectParamEvaluator.java 55
Use of tab character outside a literal Use spaces rather than tabs. Low DirectParamEvaluator.java 64
Use of tab character outside a literal Use spaces rather than tabs. Low DirectParamEvaluator.java 71
Use of tab character outside a literal Use spaces rather than tabs. Low DriftMasker.java 52
Use of tab character outside a literal Use spaces rather than tabs. Low DriftMasker.java 87
Use of tab character outside a literal Use spaces rather than tabs. Low DriftMasker.java 92
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 31
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 39
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 40
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 41
Use of tab character outside a literal Use spaces rather than tabs. Low ExpReader.java 65
Use of tab character outside a literal Use spaces rather than tabs. Low ExpReader.java 73
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 88
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 89
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 90
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 91
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 92
Use of tab character outside a literal Use spaces rather than tabs. Low ExpReader.java 92
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 93
Use of space at start of line Use tabs to indent the source code. Low ExpReader.java 94
Use of tab character outside a literal Use spaces rather than tabs. Low ExpReader.java 101
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionDecoder.java 96
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionDecoder.java 124
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionDecoder.java 130
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionDecoder.java 138
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionHandler.java 22
Use of tab character outside a literal Use spaces rather than tabs. Low ExpressionHandler.java 25
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 33
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 42
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 43
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 44
Use of tab character outside a literal Use spaces rather than tabs. Low ValidatorReader.java 107
Use of tab character outside a literal Use spaces rather than tabs. Low ValidatorReader.java 116
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 134
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 135
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 136
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 137
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 138
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 139
Use of space at start of line Use tabs to indent the source code. Low ValidatorReader.java 140
Use of tab character outside a literal Use spaces rather than tabs. Low ValidatorReader.java 148
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 70
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 71
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 72
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 87
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 88
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 90
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 91
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 92
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 93
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 94
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 95
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 96
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 98
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 99
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 100
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 101
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 102
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 103
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 104
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 105
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 111
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 112
Use of space at start of line Use tabs to indent the source code. Low GpsWebserviceClient.java 113
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 39
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 40
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 41
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 42
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 43
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 44
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 45
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 46
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 51
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 52
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 53
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 54
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 55
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 56
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 57
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 58
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 59
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 60
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 61
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 62
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 63
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 64
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 66
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 70
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 71
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 72
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 74
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 78
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 79
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 80
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 82
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 90
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 91
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 92
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 94
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 102
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 103
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 104
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 106
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 114
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 115
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 116
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 118
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 126
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 127
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 128
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 130
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 138
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 139
Use of space at start of line Use tabs to indent the source code. Low MobileAlert.java 140
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 35
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 36
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 37
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 38
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 43
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 44
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 45
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 46
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 47
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 48
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 49
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 51
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 59
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 60
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 61
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 63
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 71
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 72
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 73
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 75
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 83
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 84
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 85
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 87
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 95
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 96
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 97
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 99
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 107
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 108
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 109
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 111
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 119
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 120
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 121
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 123
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 127
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 128
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 129
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 131
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 135
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 136
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessage.java 137
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 31
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 36
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 38
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 42
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 43
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 44
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 46
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 50
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 51
Use of space at start of line Use tabs to indent the source code. Low MobileAlertMessageResponse.java 52
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 31
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 36
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 38
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 42
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 43
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 44
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 46
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 50
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 51
Use of space at start of line Use tabs to indent the source code. Low MobileAlertResponse.java 52
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 25
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 29
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 30
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 32
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 36
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 37
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 38
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 40
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 44
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 45
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 46
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 48
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 50
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 54
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 55
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 56
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 58
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 62
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 63
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 64
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 66
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 70
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 71
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 72
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 74
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 78
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 79
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 80
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 82
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 37
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 38
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 39
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 40
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 45
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 46
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 47
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 48
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 49
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 50
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 52
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 56
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 57
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 58
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 60
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 64
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 65
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 66
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 68
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 72
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 73
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 74
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 76
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 80
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 81
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 82
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 84
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 88
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 89
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 90
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 92
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 96
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 97
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 98
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 100
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 108
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 109
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 110
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 112
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 120
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 121
Use of space at start of line Use tabs to indent the source code. Low PointInPolygon.java 122
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 31
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 36
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 38
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 42
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 43
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 44
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 46
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 50
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 51
Use of space at start of line Use tabs to indent the source code. Low PointInPolygonResponse.java 52
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 24
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 30
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 39
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 40
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 41
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 42
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 43
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 44
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 45
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 50
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 59
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 60
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 61
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 62
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 63
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 64
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 65
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 66
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 67
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 68
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 69
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 70
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 71
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 73
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 82
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 83
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 84
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 85
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 86
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 87
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 88
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 89
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 90
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 91
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 92
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 93
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion.java 94
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 25
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 26
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 28
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 30
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 31
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 32
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 33
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 34
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 35
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 36
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 37
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 38
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 39
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 41
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 42
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 43
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 45
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 46
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 47
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 49
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 54
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 55
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 56
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 57
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 58
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 60
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 67
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 68
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 69
Use of space at start of line Use tabs to indent the source code. Low PolygonRegion_Service.java 70
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 38
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 39
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 40
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 41
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 42
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 47
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 48
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 49
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 50
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 51
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 52
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 53
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 54
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 56
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 60
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 61
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 62
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 64
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 68
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 69
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 70
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 72
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 80
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 81
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 82
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 84
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 92
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 93
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 94
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 96
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 100
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 101
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 102
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 104
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 108
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 109
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 110
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 112
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 116
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 117
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 118
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 120
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 124
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 125
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 126
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 128
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 136
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 137
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 138
Use of space at start of line Use tabs to indent the source code. Low UpdateRfidHistory.java 140
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 37
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 38
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 39
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 40
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 45
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 46
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 47
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 48
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 49
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 50
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 52
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 56
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 57
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 58
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 60
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 64
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 65
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 66
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 68
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 72
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 73
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 74
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 76
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 80
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 81
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 82
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 84
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 88
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 89
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 90
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 92
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 96
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 97
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 98
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 100
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 108
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 109
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 110
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 112
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 120
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 121
Use of space at start of line Use tabs to indent the source code. Low WhetherInterested.java 122
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 31
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 36
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 38
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 42
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 43
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 44
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 46
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 50
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 51
Use of space at start of line Use tabs to indent the source code. Low WhetherInterestedResponse.java 52
Use of tab character outside a literal Use spaces rather than tabs. Low ConfigReader.java 20
Use of tab character outside a literal Use spaces rather than tabs. Low ConfigReader.java 22
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 35
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 36
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 37
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 38
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 39
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 40
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 41
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 42
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 43
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 44
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 45
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 46
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 47
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 49
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 50
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 51
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 52
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 53
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 54
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 55
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 56
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 59
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 60
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 62
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 77
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 78
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 79
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 79
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 79
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 80
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 81
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 81
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 81
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 82
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 83
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 83
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 83
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 83
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 84
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 85
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 86
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 87
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 88
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 88
Use of tab character outside a literal Use spaces rather than tabs. Low FileUtilities.java 88
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 89
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 90
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 91
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 92
Use of space at start of line Use tabs to indent the source code. Low FileUtilities.java 93
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 19
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 20
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 21
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 22
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 23
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 24
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 25
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 26
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 27
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 28
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 35
Use of space at start of line Use tabs to indent the source code. Low LoggerStackTraceUtil.java 36
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 12
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 13
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 14
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 15
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 16
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 17
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 18
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 19
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 20
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 20
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 21
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 21
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 22
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 22
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 23
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 23
Use of space at start of line Use tabs to indent the source code. Low LogHandler.java 24
Use of tab character outside a literal Use spaces rather than tabs. Low PacketDataFetcher.java 34
Use of space at start of line Use tabs to indent the source code. Low PacketDataFetcher.java 42
Use of tab character outside a literal Use spaces rather than tabs. Low PacketDataFetcher.java 42
Use of space at start of line Use tabs to indent the source code. Low PacketDataFetcher.java 44
Use of space at start of line Use tabs to indent the source code. Low PacketDataFetcher.java 45
Use of tab character outside a literal Use spaces rather than tabs. Low PacketDataFetcher.java 59
Use of tab character outside a literal Use spaces rather than tabs. Low PacketDataFetcher.java 81
Use of tab character outside a literal Use spaces rather than tabs. Low ParamUtils.java 27
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 39
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 40
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 41
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 42
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 43
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 45
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 46
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 47
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 54
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 55
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 57
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 58
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 59
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 59
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 60
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 61
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 62
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 63
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 64
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 65
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 66
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 67
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 68
Use of tab character outside a literal Use spaces rather than tabs. Low AlertManager.java 76
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 80
Use of space at start of line Use tabs to indent the source code. Low AlertManager.java 84
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 37
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 41
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 43
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 44
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 45
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 46
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 47
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 48
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 49
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 50
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 51
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 52
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 53
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 54
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 60
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 63
Use of tab character outside a literal Use spaces rather than tabs. Low AsyncCaller.java 71
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 80
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 81
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 82
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 83
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 85
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 86
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 87
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 88
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 89
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 90
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 92
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 93
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 95
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 96
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 101
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 102
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 103
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 104
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 105
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 106
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 107
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 107
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 108
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 109
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 110
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 110
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 111
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 112
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 113
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 115
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 116
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 118
Use of space at start of line Use tabs to indent the source code. Low AsyncCaller.java 119
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 4
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 5
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 6
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 8
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 11
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 12
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 13
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 14
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 15
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 16
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 17
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 19
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 22
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 23
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 24
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 25
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 26
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 27
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 28
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 29
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 30
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 31
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 32
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 33
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 34
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 36
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 37
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 38
Use of space at start of line Use tabs to indent the source code. Low Base16Encoder.java 39
Use of space at start of line Use tabs to indent the source code. Low Base64.java 142
Use of space at start of line Use tabs to indent the source code. Low Base64.java 144
Use of space at start of line Use tabs to indent the source code. Low Base64.java 145
Use of space at start of line Use tabs to indent the source code. Low Base64.java 146
Use of space at start of line Use tabs to indent the source code. Low Base64.java 147
Use of space at start of line Use tabs to indent the source code. Low Base64.java 148
Use of space at start of line Use tabs to indent the source code. Low Base64.java 149
Use of space at start of line Use tabs to indent the source code. Low Base64.java 150
Use of space at start of line Use tabs to indent the source code. Low Base64.java 151
Use of space at start of line Use tabs to indent the source code. Low Base64.java 152
Use of space at start of line Use tabs to indent the source code. Low Base64.java 153
Use of space at start of line Use tabs to indent the source code. Low Base64.java 154
Use of space at start of line Use tabs to indent the source code. Low Base64.java 155
Use of space at start of line Use tabs to indent the source code. Low Base64.java 157
Use of space at start of line Use tabs to indent the source code. Low Base64.java 158
Use of space at start of line Use tabs to indent the source code. Low Base64.java 160
Use of space at start of line Use tabs to indent the source code. Low Base64.java 161
Use of space at start of line Use tabs to indent the source code. Low Base64.java 162
Use of space at start of line Use tabs to indent the source code. Low Base64.java 163
Use of space at start of line Use tabs to indent the source code. Low Base64.java 164
Use of space at start of line Use tabs to indent the source code. Low Base64.java 165
Use of space at start of line Use tabs to indent the source code. Low Base64.java 167
Use of space at start of line Use tabs to indent the source code. Low Base64.java 175
Use of space at start of line Use tabs to indent the source code. Low Base64.java 178
Use of space at start of line Use tabs to indent the source code. Low Base64.java 182
Use of space at start of line Use tabs to indent the source code. Low Base64.java 183
Use of space at start of line Use tabs to indent the source code. Low Base64.java 184
Use of space at start of line Use tabs to indent the source code. Low Base64.java 186
Use of space at start of line Use tabs to indent the source code. Low Base64.java 187
Use of space at start of line Use tabs to indent the source code. Low Base64.java 188
Use of space at start of line Use tabs to indent the source code. Low Base64.java 189
Use of space at start of line Use tabs to indent the source code. Low Base64.java 190
Use of space at start of line Use tabs to indent the source code. Low Base64.java 191
Use of space at start of line Use tabs to indent the source code. Low Base64.java 192
Use of space at start of line Use tabs to indent the source code. Low Base64.java 193
Use of space at start of line Use tabs to indent the source code. Low Base64.java 194
Use of space at start of line Use tabs to indent the source code. Low Base64.java 195
Use of space at start of line Use tabs to indent the source code. Low Base64.java 196
Use of space at start of line Use tabs to indent the source code. Low Base64.java 197
Use of space at start of line Use tabs to indent the source code. Low Base64.java 198
Use of space at start of line Use tabs to indent the source code. Low Base64.java 199
Use of space at start of line Use tabs to indent the source code. Low Base64.java 200
Use of space at start of line Use tabs to indent the source code. Low Base64.java 201
Use of space at start of line Use tabs to indent the source code. Low Base64.java 202
Use of space at start of line Use tabs to indent the source code. Low Base64.java 204
Use of space at start of line Use tabs to indent the source code. Low Base64.java 205
Use of space at start of line Use tabs to indent the source code. Low Base64.java 209
Use of space at start of line Use tabs to indent the source code. Low Base64.java 210
Use of space at start of line Use tabs to indent the source code. Low Base64.java 211
Use of space at start of line Use tabs to indent the source code. Low Base64.java 212
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 5
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 6
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 7
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 8
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 9
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 10
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 11
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 12
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 13
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 14
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 15
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 16
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 17
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 19
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 20
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 21
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 22
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 23
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 24
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 25
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 26
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 28
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 29
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 30
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 31
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 32
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 33
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 34
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 35
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 36
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 37
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 38
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 39
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 40
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 41
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 42
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 43
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 44
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 45
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 46
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 47
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 48
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 49
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 50
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 51
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 52
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 53
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 54
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 55
Use of space at start of line Use tabs to indent the source code. Low ClientCommunicator.java 56
Use of tab character outside a literal Use spaces rather than tabs. Low ConsumerThread.java 61
Use of tab character outside a literal Use spaces rather than tabs. Low ConsumerThread.java 108
Use of tab character outside a literal Use spaces rather than tabs. Low ConsumerThread.java 115
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 27
Use of tab character outside a literal Use spaces rather than tabs. Low DBManager.java 67
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 73
Use of space at start of line Use tabs to indent the source code. Low DBManager.java 74
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 13
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 14
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 17
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 18
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 19
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 20
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 21
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 22
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 24
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 25
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 26
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 27
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 28
Use of space at start of line Use tabs to indent the source code. Low _Accounts.java 29
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 15
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 16
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 17
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 19
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 21
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 22
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 23
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 24
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 25
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 26
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 28
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 29
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 30
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 31
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 32
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 33
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 35
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 36
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 37
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 39
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 40
Use of space at start of line Use tabs to indent the source code. Low _CharityBarometer.java 41
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 8
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 11
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 12
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 13
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 14
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 15
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 16
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 18
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 19
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 20
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 21
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 22
Use of space at start of line Use tabs to indent the source code. Low _Configurations.java 23
Use of space at start of line Use tabs to indent the source code. Low _Device.java 18
Use of space at start of line Use tabs to indent the source code. Low _Device.java 19
Use of space at start of line Use tabs to indent the source code. Low _Device.java 20
Use of space at start of line Use tabs to indent the source code. Low _Device.java 21
Use of space at start of line Use tabs to indent the source code. Low _Device.java 22
Use of space at start of line Use tabs to indent the source code. Low _Device.java 23
Use of space at start of line Use tabs to indent the source code. Low _Device.java 24
Use of space at start of line Use tabs to indent the source code. Low _Device.java 25
Use of space at start of line Use tabs to indent the source code. Low _Device.java 26
Use of space at start of line Use tabs to indent the source code. Low _Device.java 27
Use of space at start of line Use tabs to indent the source code. Low _Device.java 29
Use of space at start of line Use tabs to indent the source code. Low _Device.java 31
Use of space at start of line Use tabs to indent the source code. Low _Device.java 32
Use of space at start of line Use tabs to indent the source code. Low _Device.java 33
Use of space at start of line Use tabs to indent the source code. Low _Device.java 34
Use of space at start of line Use tabs to indent the source code. Low _Device.java 35
Use of space at start of line Use tabs to indent the source code. Low _Device.java 36
Use of space at start of line Use tabs to indent the source code. Low _Device.java 38
Use of space at start of line Use tabs to indent the source code. Low _Device.java 39
Use of space at start of line Use tabs to indent the source code. Low _Device.java 40
Use of space at start of line Use tabs to indent the source code. Low _Device.java 41
Use of space at start of line Use tabs to indent the source code. Low _Device.java 42
Use of space at start of line Use tabs to indent the source code. Low _Device.java 43
Use of space at start of line Use tabs to indent the source code. Low _Device.java 45
Use of space at start of line Use tabs to indent the source code. Low _Device.java 46
Use of space at start of line Use tabs to indent the source code. Low _Device.java 47
Use of space at start of line Use tabs to indent the source code. Low _Device.java 48
Use of space at start of line Use tabs to indent the source code. Low _Device.java 49
Use of space at start of line Use tabs to indent the source code. Low _Device.java 50
Use of space at start of line Use tabs to indent the source code. Low _Device.java 52
Use of space at start of line Use tabs to indent the source code. Low _Device.java 53
Use of space at start of line Use tabs to indent the source code. Low _Device.java 54
Use of space at start of line Use tabs to indent the source code. Low _Device.java 55
Use of space at start of line Use tabs to indent the source code. Low _Device.java 56
Use of space at start of line Use tabs to indent the source code. Low _Device.java 57
Use of space at start of line Use tabs to indent the source code. Low _Device.java 59
Use of space at start of line Use tabs to indent the source code. Low _Device.java 60
Use of space at start of line Use tabs to indent the source code. Low _Device.java 61
Use of space at start of line Use tabs to indent the source code. Low _Device.java 62
Use of space at start of line Use tabs to indent the source code. Low _Device.java 63
Use of space at start of line Use tabs to indent the source code. Low _Device.java 64
Use of space at start of line Use tabs to indent the source code. Low _Device.java 66
Use of space at start of line Use tabs to indent the source code. Low _Device.java 67
Use of space at start of line Use tabs to indent the source code. Low _Device.java 68
Use of space at start of line Use tabs to indent the source code. Low _Device.java 69
Use of space at start of line Use tabs to indent the source code. Low _Device.java 70
Use of space at start of line Use tabs to indent the source code. Low _Device.java 71
Use of space at start of line Use tabs to indent the source code. Low _Device.java 73
Use of space at start of line Use tabs to indent the source code. Low _Device.java 74
Use of space at start of line Use tabs to indent the source code. Low _Device.java 75
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 18
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 19
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 20
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 21
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 22
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 23
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 24
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 26
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 28
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 29
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 30
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 31
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 32
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 33
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 35
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 36
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 37
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 38
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 39
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 40
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 42
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 43
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 44
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 45
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 46
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 47
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 49
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 50
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 51
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 52
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 53
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 54
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 56
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 57
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 58
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 59
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 60
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 61
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 63
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 64
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 65
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 67
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 68
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 69
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 72
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 73
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 74
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 76
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 77
Use of space at start of line Use tabs to indent the source code. Low _Feedback.java 78
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 17
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 18
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 19
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 20
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 21
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 22
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 24
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 26
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 27
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 28
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 29
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 30
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 31
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 33
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 34
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 35
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 36
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 37
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 38
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 40
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 41
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 42
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 43
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 44
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 45
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 47
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 48
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 49
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 50
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 51
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 52
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 54
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 55
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 56
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 57
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 58
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 59
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 61
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 62
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 63
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 65
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 66
Use of space at start of line Use tabs to indent the source code. Low _FenceHistory.java 67
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 15
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 17
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 18
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 20
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 21
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 22
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 24
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 25
Use of space at start of line Use tabs to indent the source code. Low _FrequentTravellerDetails.java 26
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 15
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 16
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 18
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 19
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 21
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 22
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 23
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 24
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 25
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 26
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 28
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low _FrequentTripDetails.java 34
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 20
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 21
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 22
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 23
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 24
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 25
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 26
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 27
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 28
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 29
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 30
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 31
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 33
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 35
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 36
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 37
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 38
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 39
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 40
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 42
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 43
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 44
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 45
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 46
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 47
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 49
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 50
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 51
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 52
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 53
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 54
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 56
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 57
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 58
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 59
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 60
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 61
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 63
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 64
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 65
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 66
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 67
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 68
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 70
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 71
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 72
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 73
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 74
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 75
Use of space at start of line Use tabs to indent the source code. Low _Geofence.java 77
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 18
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 19
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 20
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 22
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 24
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 25
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 26
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 27
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 28
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 29
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 31
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 32
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 33
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 34
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 35
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 36
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 37
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 38
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 39
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 40
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 43
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 44
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 45
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 47
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 48
Use of space at start of line Use tabs to indent the source code. Low _GeovehicleMap.java 49
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 17
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 18
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 19
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 20
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 21
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 22
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 23
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 25
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 27
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 28
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 29
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 30
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 31
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 32
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 34
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 35
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 36
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 37
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 38
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 39
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 41
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 42
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 43
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 44
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 45
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 46
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 48
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 49
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 50
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 51
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 52
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 53
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 55
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 56
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 57
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 58
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 59
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 60
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 62
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 63
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 64
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 65
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 66
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 67
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 69
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 70
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 71
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 73
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 74
Use of space at start of line Use tabs to indent the source code. Low _Inbox.java 75
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 14
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 16
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 18
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 20
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 22
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 24
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 25
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 26
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 28
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 29
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 30
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 32
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 33
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 34
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 36
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 37
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 38
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 40
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 41
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 42
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 44
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 45
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 46
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 48
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 49
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 50
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 52
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 53
Use of space at start of line Use tabs to indent the source code. Low _Notification.java 54
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 18
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 19
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 20
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 21
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 22
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 23
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 24
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 25
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 26
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 27
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 28
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 29
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 31
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 33
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 34
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 35
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 36
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 37
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 38
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 40
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 41
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 42
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 43
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 44
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 45
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 47
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 48
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 49
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 50
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 51
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 52
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 54
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 55
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 56
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 57
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 58
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 59
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 61
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 62
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 63
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 64
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 65
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 66
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 68
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 69
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 70
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 71
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 72
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 73
Use of space at start of line Use tabs to indent the source code. Low _Organization.java 75
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 15
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 16
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 17
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 19
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 21
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 22
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 23
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 24
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 25
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 26
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 28
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 29
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 30
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 31
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 32
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 33
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 35
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 36
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 37
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 39
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 40
Use of space at start of line Use tabs to indent the source code. Low _PickupPoints.java 41
Use of space at start of line Use tabs to indent the source code. Low _ReportRef.java 18
Use of space at start of line Use tabs to indent the source code. Low _ReportRef.java 28
Use of space at start of line Use tabs to indent the source code. Low _ReportRef.java 31
Use of tab character outside a literal Use spaces rather than tabs. Low _ReportRef.java 35
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 17
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 18
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 19
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 20
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 21
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 22
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 24
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 26
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 27
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 28
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 29
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 30
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 31
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 33
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 34
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 35
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 36
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 37
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 38
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 40
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 41
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 42
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 43
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 44
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 45
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 47
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 48
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 49
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 50
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 51
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 52
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 54
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 55
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 56
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 57
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 58
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 59
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 61
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 62
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 63
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 65
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 66
Use of space at start of line Use tabs to indent the source code. Low _SavingStatus.java 67
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 15
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 16
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 17
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 19
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 21
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 22
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 23
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 24
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 25
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 26
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 28
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 29
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 30
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 31
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 32
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 33
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 35
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 36
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 37
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 39
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 40
Use of space at start of line Use tabs to indent the source code. Low _Speedparameter.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 27
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 28
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 34
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 36
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 37
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 38
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 42
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 43
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 44
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 45
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 46
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 47
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 48
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 49
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 50
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 51
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 52
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 53
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 54
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 55
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 56
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 57
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 58
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 59
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 60
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 61
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 62
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 63
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 64
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 65
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 66
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 67
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 68
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 69
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 70
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 72
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 73
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 74
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 75
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 76
Use of space at start of line Use tabs to indent the source code. Low _TripDetails.java 77
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 15
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 16
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 17
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 18
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 19
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 21
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 23
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 24
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 25
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 26
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 27
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 28
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 30
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 34
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 37
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 38
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 42
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 44
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 45
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 46
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 47
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 48
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 49
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 51
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 52
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 53
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 55
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 56
Use of space at start of line Use tabs to indent the source code. Low _TripMsgParams.java 57
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 24
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 25
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 26
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 27
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 28
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 29
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 30
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 34
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 36
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 38
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 42
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 43
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 46
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 47
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 48
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 49
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 50
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 51
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 52
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 53
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 54
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 55
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 56
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 57
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 58
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 59
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 60
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 61
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 62
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 63
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 64
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 65
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 66
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 67
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 68
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 69
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 70
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 71
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 72
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 73
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 74
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 75
Use of space at start of line Use tabs to indent the source code. Low _TripParameters.java 76
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 13
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 14
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 15
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 16
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 17
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 18
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 19
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 20
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 22
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 24
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 25
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 26
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 27
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 28
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 29
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 34
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 36
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 38
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 42
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 43
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 45
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 46
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 47
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 48
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 49
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 50
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 52
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 53
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 54
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 55
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 56
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 57
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 59
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 60
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 61
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 62
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 63
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 64
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 66
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 67
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 68
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 69
Use of space at start of line Use tabs to indent the source code. Low _TripPreference.java 70
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 15
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 16
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 17
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 19
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 21
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 22
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 23
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 24
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 25
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 26
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 28
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 29
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 30
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 36
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 37
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripScraps.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 19
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 20
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 21
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 22
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 23
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 24
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 25
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 26
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 27
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 28
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 37
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 38
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 39
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 40
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 41
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 42
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 44
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 45
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 46
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 47
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 48
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 49
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 51
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 52
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 53
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 54
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 55
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 56
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 58
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 59
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 60
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 61
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 62
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 63
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 65
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 66
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 67
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 68
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 69
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 70
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 72
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 73
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 74
Use of space at start of line Use tabs to indent the source code. Low _TripTravelerDetails.java 75
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 16
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 17
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 19
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 21
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 22
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 23
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 25
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 26
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 27
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 30
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 31
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 32
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 34
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 35
Use of space at start of line Use tabs to indent the source code. Low _TripVehicleMap.java 36
Use of space at start of line Use tabs to indent the source code. Low _User.java 19
Use of space at start of line Use tabs to indent the source code. Low _User.java 20
Use of space at start of line Use tabs to indent the source code. Low _User.java 21
Use of space at start of line Use tabs to indent the source code. Low _User.java 22
Use of space at start of line Use tabs to indent the source code. Low _User.java 23
Use of space at start of line Use tabs to indent the source code. Low _User.java 24
Use of space at start of line Use tabs to indent the source code. Low _User.java 25
Use of space at start of line Use tabs to indent the source code. Low _User.java 26
Use of space at start of line Use tabs to indent the source code. Low _User.java 27
Use of space at start of line Use tabs to indent the source code. Low _User.java 28
Use of space at start of line Use tabs to indent the source code. Low _User.java 29
Use of space at start of line Use tabs to indent the source code. Low _User.java 30
Use of space at start of line Use tabs to indent the source code. Low _User.java 31
Use of space at start of line Use tabs to indent the source code. Low _User.java 32
Use of space at start of line Use tabs to indent the source code. Low _User.java 33
Use of space at start of line Use tabs to indent the source code. Low _User.java 34
Use of space at start of line Use tabs to indent the source code. Low _User.java 36
Use of space at start of line Use tabs to indent the source code. Low _User.java 38
Use of space at start of line Use tabs to indent the source code. Low _User.java 39
Use of space at start of line Use tabs to indent the source code. Low _User.java 40
Use of space at start of line Use tabs to indent the source code. Low _User.java 41
Use of space at start of line Use tabs to indent the source code. Low _User.java 42
Use of space at start of line Use tabs to indent the source code. Low _User.java 43
Use of space at start of line Use tabs to indent the source code. Low _User.java 45
Use of space at start of line Use tabs to indent the source code. Low _User.java 46
Use of space at start of line Use tabs to indent the source code. Low _User.java 47
Use of space at start of line Use tabs to indent the source code. Low _User.java 48
Use of space at start of line Use tabs to indent the source code. Low _User.java 49
Use of space at start of line Use tabs to indent the source code. Low _User.java 50
Use of space at start of line Use tabs to indent the source code. Low _User.java 52
Use of space at start of line Use tabs to indent the source code. Low _User.java 53
Use of space at start of line Use tabs to indent the source code. Low _User.java 54
Use of space at start of line Use tabs to indent the source code. Low _User.java 55
Use of space at start of line Use tabs to indent the source code. Low _User.java 56
Use of space at start of line Use tabs to indent the source code. Low _User.java 57
Use of space at start of line Use tabs to indent the source code. Low _User.java 59
Use of space at start of line Use tabs to indent the source code. Low _User.java 60
Use of space at start of line Use tabs to indent the source code. Low _User.java 61
Use of space at start of line Use tabs to indent the source code. Low _User.java 62
Use of space at start of line Use tabs to indent the source code. Low _User.java 63
Use of space at start of line Use tabs to indent the source code. Low _User.java 64
Use of space at start of line Use tabs to indent the source code. Low _User.java 66
Use of space at start of line Use tabs to indent the source code. Low _User.java 67
Use of space at start of line Use tabs to indent the source code. Low _User.java 68
Use of space at start of line Use tabs to indent the source code. Low _User.java 69
Use of space at start of line Use tabs to indent the source code. Low _User.java 70
Use of space at start of line Use tabs to indent the source code. Low _User.java 71
Use of space at start of line Use tabs to indent the source code. Low _User.java 73
Use of space at start of line Use tabs to indent the source code. Low _User.java 74
Use of space at start of line Use tabs to indent the source code. Low _User.java 75
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 31
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 34
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 35
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 36
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 37
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 38
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 39
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 40
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 41
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 42
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 43
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 44
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 45
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 46
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 47
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 48
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 49
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 50
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 51
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 52
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 53
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 54
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 55
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 56
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 57
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 58
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 59
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 60
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 61
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 63
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 65
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 66
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 67
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 68
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 69
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 70
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 72
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 73
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 74
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 75
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 76
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 77
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 79
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 80
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 81
Use of space at start of line Use tabs to indent the source code. Low _UserDetails.java 82
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 16
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 17
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 19
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 21
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 22
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 23
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 25
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 26
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 27
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 30
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 31
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 32
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 34
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 35
Use of space at start of line Use tabs to indent the source code. Low _UserGeofenceMap.java 36
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 15
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 16
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 17
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 18
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 19
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 21
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 23
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 24
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 25
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 26
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 27
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 28
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 30
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 31
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 32
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 33
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 34
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 35
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 37
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 38
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 39
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 40
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 41
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 42
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 44
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 45
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 46
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 47
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 48
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 49
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 51
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 52
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 53
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 55
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 56
Use of space at start of line Use tabs to indent the source code. Low _UserLandmarks.java 57
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 15
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 16
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 17
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 18
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 20
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 22
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 23
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 24
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 25
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 26
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 27
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 29
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 30
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 31
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 32
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 33
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 34
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 36
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 37
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 38
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 39
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 40
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 41
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 43
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 44
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 45
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 47
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 48
Use of space at start of line Use tabs to indent the source code. Low _UserPreference.java 49
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 15
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 16
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 17
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 18
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 19
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 20
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 21
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 22
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 23
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 24
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 25
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 26
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 27
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 28
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 29
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 30
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 32
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 34
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 35
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 36
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 37
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 38
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 39
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 41
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 42
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 43
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 44
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 45
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 46
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 48
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 49
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 50
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 51
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 52
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 53
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 55
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 56
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 57
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 58
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 59
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 60
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 62
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 63
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 64
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 65
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 66
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 67
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 69
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 70
Use of space at start of line Use tabs to indent the source code. Low _UserPreferences.java 71
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 17
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 18
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 19
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 20
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 21
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 22
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 23
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 25
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 27
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 28
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 29
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 30
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 31
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 32
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 34
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 35
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 36
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 37
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 38
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 39
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 41
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 42
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 43
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 44
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 45
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 46
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 48
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 49
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 50
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 51
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 52
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 53
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 55
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 56
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 57
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 58
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 59
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 60
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 62
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 63
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 64
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 65
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 66
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 67
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 69
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 70
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 71
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 73
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 74
Use of space at start of line Use tabs to indent the source code. Low _Vehicle.java 75
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 25
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 26
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 27
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 28
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 31
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 34
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 35
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 36
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 37
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 38
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 39
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 40
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 41
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 42
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 43
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 44
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 46
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 48
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 49
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 50
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 51
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 52
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 53
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 55
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 56
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 57
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 58
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 59
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 60
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 62
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 63
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 64
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 65
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 66
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 67
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 69
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 70
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 71
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 72
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 73
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 74
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 76
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 77
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 78
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 79
Use of space at start of line Use tabs to indent the source code. Low _VehicleDetails.java 80
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 17
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 18
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 19
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 20
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 22
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 24
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 25
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 26
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 27
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 28
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 29
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 31
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 32
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 33
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 34
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 35
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 36
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 38
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 39
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 40
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 41
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 42
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 43
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 45
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 46
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 47
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 48
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 49
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 50
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 51
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 52
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 53
Use of space at start of line Use tabs to indent the source code. Low _VehicleGroup.java 54
Use of space at start of line Use tabs to indent the source code. Low Device.java 28
Use of space at start of line Use tabs to indent the source code. Low Device.java 29
Use of space at start of line Use tabs to indent the source code. Low Device.java 30
Use of space at start of line Use tabs to indent the source code. Low Device.java 31
Use of tab character outside a literal Use spaces rather than tabs. Low Device.java 32
Use of space at start of line Use tabs to indent the source code. Low Device.java 34
Use of space at start of line Use tabs to indent the source code. Low Device.java 35
Use of space at start of line Use tabs to indent the source code. Low Device.java 36
Use of space at start of line Use tabs to indent the source code. Low Device.java 37
Use of space at start of line Use tabs to indent the source code. Low Device.java 39
Use of tab character outside a literal Use spaces rather than tabs. Low Device.java 41
Use of space at start of line Use tabs to indent the source code. Low Device.java 42
Use of tab character outside a literal Use spaces rather than tabs. Low Device.java 45
Use of space at start of line Use tabs to indent the source code. Low Device.java 48
Use of space at start of line Use tabs to indent the source code. Low Device.java 49
Use of space at start of line Use tabs to indent the source code. Low Device.java 50
Use of tab character outside a literal Use spaces rather than tabs. Low Device.java 53
Use of space at start of line Use tabs to indent the source code. Low Device.java 55
Use of space at start of line Use tabs to indent the source code. Low Device.java 56
Use of space at start of line Use tabs to indent the source code. Low TripNotFoundException.java 5
Use of space at start of line Use tabs to indent the source code. Low TripNotFoundException.java 6
Use of space at start of line Use tabs to indent the source code. Low TripNotFoundException.java 7
Use of space at start of line Use tabs to indent the source code. Low TripNotFoundException.java 8
Use of space at start of line Use tabs to indent the source code. Low VehicleNotFoundException.java 6
Use of space at start of line Use tabs to indent the source code. Low VehicleNotFoundException.java 7
Use of space at start of line Use tabs to indent the source code. Low VehicleNotFoundException.java 8
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 12
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 13
Use of tab character outside a literal Use spaces rather than tabs. Low LMU4100Map.java 13
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 15
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 17
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 18
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 19
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 20
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 21
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 22
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 23
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 24
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 25
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 26
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 27
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 28
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 29
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 30
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 31
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 32
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 32
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 33
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 33
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 34
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 34
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 35
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 36
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 36
Use of tab character outside a literal Use spaces rather than tabs. Low LMU4100Map.java 36
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 37
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 37
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 38
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 39
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 40
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 41
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 41
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 42
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 43
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 43
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 44
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 45
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 45
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 46
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 47
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 48
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 49
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 50
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 51
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 52
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 53
Use of space at start of line Use tabs to indent the source code. Low Organization.java 7
Use of space at start of line Use tabs to indent the source code. Low Organization.java 8
Use of space at start of line Use tabs to indent the source code. Low Organization.java 9
Use of space at start of line Use tabs to indent the source code. Low Organization.java 10
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 24
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 25
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 26
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 27
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 28
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 29
Use of tab character outside a literal Use spaces rather than tabs. Low ReportRef.java 30
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 33
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 34
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 38
Use of space at start of line Use tabs to indent the source code. Low ReportRef.java 39
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 7
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 9
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 11
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 12
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 13
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 14
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 16
Use of space at start of line Use tabs to indent the source code. Low LMU4100Map.java 17
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 25
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 39
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 56
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 57
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 58
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 59
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 62
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 64
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 66
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 68
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 69
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 70
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 71
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 72
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 73
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 74
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 85
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 86
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 87
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 88
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 89
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 90
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 91
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 92
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 93
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 94
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 94
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 95
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 96
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 97
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 98
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 99
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 100
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 101
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 117
Use of tab character outside a literal Use spaces rather than tabs. Low TripDetails.java 117
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 118
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 119
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 119
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 120
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 121
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 123
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 124
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 126
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 129
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 129
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 130
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 131
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 132
Use of space at start of line Use tabs to indent the source code. Low TripDetails.java 133
Use of space at start of line Use tabs to indent the source code. Low TripMsgParams.java 31
Use of space at start of line Use tabs to indent the source code. Low TripMsgParams.java 32
Use of space at start of line Use tabs to indent the source code. Low TripMsgParams.java 33
Use of space at start of line Use tabs to indent the source code. Low TripMsgParams.java 34
Use of space at start of line Use tabs to indent the source code. Low TripParameters.java 220
Use of space at start of line Use tabs to indent the source code. Low TripParameters.java 222
Use of space at start of line Use tabs to indent the source code. Low TripParameters.java 256
Use of tab character outside a literal Use spaces rather than tabs. Low TripParameters.java 442
Use of tab character outside a literal Use spaces rather than tabs. Low TripParameters.java 448
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 17
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 18
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 19
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 20
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 21
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 22
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 23
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 24
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 25
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 26
Use of tab character outside a literal Use spaces rather than tabs. Low VehicleDetails.java 26
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 27
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 28
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 29
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 30
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 31
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 32
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 33
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 34
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 35
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 36
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 37
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 38
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 39
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 40
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 41
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 42
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 43
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 44
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 45
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 46
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 47
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 49
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 50
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 52
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 53
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 54
Use of space at start of line Use tabs to indent the source code. Low VehicleDetails.java 55
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 133
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 134
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 135
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 140
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 141
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 142
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 143
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 144
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 145
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 147
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 155
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 156
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 157
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 159
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 167
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 168
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 169
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 171
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 179
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 180
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 181
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 183
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 191
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 192
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 193
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 195
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 203
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 204
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 205
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 207
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 215
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 216
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 217
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 220
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 263
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 264
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 265
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 266
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 267
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 269
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 270
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 272
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 294
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 295
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 296
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 297
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 298
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 299
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 302
Use of space at start of line Use tabs to indent the source code. Low LMDirect.java 335
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 32
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 36
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 37
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 39
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 43
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 44
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 45
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 47
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 51
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 52
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 53
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 55
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 59
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 60
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 61
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 63
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 67
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 68
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 69
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 71
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 75
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 76
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 77
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 79
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 83
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 84
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 85
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 87
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 91
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 92
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 93
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 95
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 99
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 100
Use of space at start of line Use tabs to indent the source code. Low ObjectFactory.java 101
 
Violation Recommendation Severity Resolved Resource Line
Missing space after comma Insert the missing space. Low CategoryReader.java 53
Missing space after comma Insert the missing space. Low CategoryReader.java 59
Missing space after comma Insert the missing space. Low CategoryReader.java 87
Missing space after comma Insert the missing space. Low CategoryReader.java 91
Missing space after comma Insert the missing space. Low CategoryReader.java 98
Missing space after comma Insert the missing space. Low DirectParamEvaluator.java 33
Missing space after comma Insert the missing space. Low DirectParamEvaluator.java 69
Missing space after comma Insert the missing space. Low DriftMasker.java 52
Missing space after comma Insert the missing space. Low DriftMasker.java 59
Missing space after comma Insert the missing space. Low DriftMasker.java 59
Missing space after comma Insert the missing space. Low DriftMasker.java 61
Missing space after comma Insert the missing space. Low DriftMasker.java 74
Missing space after comma Insert the missing space. Low DriftMasker.java 74
Missing space after comma Insert the missing space. Low DriftMasker.java 84
Missing space after comma Insert the missing space. Low DriftMasker.java 97
Missing space after comma Insert the missing space. Low ExpReader.java 55
Missing space after comma Insert the missing space. Low ExpReader.java 63
Missing space after comma Insert the missing space. Low ExpReader.java 89
Missing space after comma Insert the missing space. Low ExpReader.java 93
Missing space after comma Insert the missing space. Low ExpReader.java 100
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 45
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 45
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 57
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 60
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 60
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 71
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 80
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 80
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 81
Missing space after comma Insert the missing space. Low ExpressionDecoder.java 124
Missing space after comma Insert the missing space. Low ExpressionHandler.java 43
Missing space after comma Insert the missing space. Low ValidatorReader.java 105
Missing space after comma Insert the missing space. Low ValidatorReader.java 135
Missing space after comma Insert the missing space. Low ValidatorReader.java 139
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 35
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 35
Extra space before comma Delete the space before the comma. Low GpsWebserviceClient.java 35
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 35
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 40
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 40
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 40
Missing space after comma Insert the missing space. Low GpsWebserviceClient.java 43
Missing space after comma Insert the missing space. Low ConfigReader.java 24
Missing space after comma Insert the missing space. Low FileUtilities.java 83
Missing space after comma Insert the missing space. Low FileUtilities.java 88
Missing space after comma Insert the missing space. Low FileUtilities.java 95
Missing space after comma Insert the missing space. Low LoggerStackTraceUtil.java 21
Missing space after comma Insert the missing space. Low LoggerStackTraceUtil.java 26
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 48
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 54
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 61
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 65
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 96
Missing space after comma Insert the missing space. Low PacketDataFetcher.java 102
Missing space after comma Insert the missing space. Low ParamUtils.java 22
Missing space after comma Insert the missing space. Low ParamUtils.java 29
Missing space after comma Insert the missing space. Low ParamUtils.java 33
Missing space after comma Insert the missing space. Low ParamUtils.java 38
Missing space after comma Insert the missing space. Low ParamUtils.java 44
Missing space after comma Insert the missing space. Low ParamUtils.java 44
Missing space after comma Insert the missing space. Low ParamUtils.java 54
Missing space after comma Insert the missing space. Low ParamUtils.java 62
Missing space after comma Insert the missing space. Low AlertManager.java 37
Missing space after comma Insert the missing space. Low AlertManager.java 49
Missing space after comma Insert the missing space. Low AlertManager.java 49
Missing space after comma Insert the missing space. Low AlertManager.java 49
Missing space after comma Insert the missing space. Low AlertManager.java 53
Missing space after comma Insert the missing space. Low AlertManager.java 65
Missing space after comma Insert the missing space. Low AlertManager.java 65
Missing space after comma Insert the missing space. Low AsyncCaller.java 48
Missing space after comma Insert the missing space. Low AsyncCaller.java 62
Missing space after comma Insert the missing space. Low AsyncCaller.java 71
Missing space after comma Insert the missing space. Low AsyncCaller.java 78
Missing space after comma Insert the missing space. Low AsyncCaller.java 78
Missing space after comma Insert the missing space. Low AsyncCaller.java 78
Missing space after comma Insert the missing space. Low AsyncCaller.java 89
Missing space after comma Insert the missing space. Low AsyncCaller.java 100
Missing space after comma Insert the missing space. Low AsyncCaller.java 100
Missing space after comma Insert the missing space. Low AsyncCaller.java 100
Missing space after comma Insert the missing space. Low configReader.java 37
Missing space after comma Insert the missing space. Low configReader.java 40
Missing space after comma Insert the missing space. Low configReader.java 78
Missing space after comma Insert the missing space. Low configReader.java 110
Missing space after comma Insert the missing space. Low ConsumerThread.java 28
Missing space after comma Insert the missing space. Low ConsumerThread.java 110
Missing space after comma Insert the missing space. Low DBManager.java 67
Missing space after comma Insert the missing space. Low DBManager.java 98
Missing space after comma Insert the missing space. Low DBManager.java 98
Missing space after comma Insert the missing space. Low DBManager.java 98
Missing space after comma Insert the missing space. Low DBManager.java 117
Missing space after comma Insert the missing space. Low DBManager.java 117
Missing space after comma Insert the missing space. Low DBManager.java 117
Missing space after comma Insert the missing space. Low LMUUtils.java 117
Missing space after comma Insert the missing space. Low LMUUtils.java 117
Missing space after comma Insert the missing space. Low LMUUtils.java 117
Missing space after comma Insert the missing space. Low PacketConsumer.java 106
Missing space after comma Insert the missing space. Low PacketConsumer.java 120
Missing space after comma Insert the missing space. Low PacketConsumer.java 181
Missing space after comma Insert the missing space. Low PacketConsumer.java 194
Missing space after comma Insert the missing space. Low packetHandler.java 33
Missing space after comma Insert the missing space. Low packetHandler.java 33
Missing space after comma Insert the missing space. Low packetHandler.java 83
Missing space after comma Insert the missing space. Low packetHandler.java 115
Missing space after comma Insert the missing space. Low packetHandler.java 151
Missing space after comma Insert the missing space. Low packetHandler.java 224
Missing space after comma Insert the missing space. Low packetHandler.java 243
Missing space after comma Insert the missing space. Low PacketProducer.java 129
Missing space after comma Insert the missing space. Low recieveThread.java 54
Missing space after comma Insert the missing space. Low recieveThread.java 54
Missing space after comma Insert the missing space. Low recieveThread.java 54
Missing space after comma Insert the missing space. Low recieveThread.java 100
Extra space before comma Delete the space before the comma. Low recieveThread.java 100
Missing space after comma Insert the missing space. Low recieveThread.java 100
Missing space after comma Insert the missing space. Low recieveThread.java 100
Missing space after comma Insert the missing space. Low recieveThread.java 100
Missing space after comma Insert the missing space. Low recieveThread.java 100
Missing space after comma Insert the missing space. Low recieveThread.java 100
Missing space after comma Insert the missing space. Low recieveThread.java 255
Missing space after comma Insert the missing space. Low sendMessage.java 25
Missing space after comma Insert the missing space. Low sendMessage.java 30
Missing space after comma Insert the missing space. Low sendMessage.java 30
Missing space after comma Insert the missing space. Low sendMessage.java 30
Missing space after comma Insert the missing space. Low sendMessage.java 30
Missing space after comma Insert the missing space. Low sendMessage.java 30
Missing space after comma Insert the missing space. Low sendMessage.java 30
Missing space after comma Insert the missing space. Low sendMessage.java 66
Missing space after comma Insert the missing space. Low sendMessage.java 67
Missing space after comma Insert the missing space. Low sendMessage.java 71
Missing space after comma Insert the missing space. Low sendMessage.java 72
Missing space after comma Insert the missing space. Low sendMessage.java 75
Missing space after comma Insert the missing space. Low sendMessage.java 76
Missing space after comma Insert the missing space. Low sendMessage.java 77
Missing space after comma Insert the missing space. Low sendMessage.java 78
Missing space after comma Insert the missing space. Low sendMessage.java 79
Missing space after comma Insert the missing space. Low sendMessage.java 81
Missing space after comma Insert the missing space. Low sendMessage.java 81
Missing space after comma Insert the missing space. Low sendMessage.java 81
Missing space after comma Insert the missing space. Low sendMessage.java 107
Missing space after comma Insert the missing space. Low sendMessage.java 107
Missing space after comma Insert the missing space. Low UDPClient.java 98
Missing space after comma Insert the missing space. Low UDPServer.java 13
Missing space after comma Insert the missing space. Low UDPServerHandler.java 92
Missing space after comma Insert the missing space. Low UDPServerMINA.java 78
Missing space after comma Insert the missing space. Low UDPServerMINA.java 85
Missing space after comma Insert the missing space. Low UDPServerMINA.java 111
Missing space after comma Insert the missing space. Low UDPServerMINA.java 111
Missing space after comma Insert the missing space. Low UDPServerMINA.java 111
Missing space after comma Insert the missing space. Low UDPServerMINA.java 117
Missing space after comma Insert the missing space. Low UDPServerMINA.java 143
Missing space after comma Insert the missing space. Low AccumulatorRef.java 30
Missing space after comma Insert the missing space. Low Configurations.java 17
Missing space after comma Insert the missing space. Low Device.java 17
Missing space after comma Insert the missing space. Low Device.java 28
Missing space after comma Insert the missing space. Low Device.java 32
Missing space after comma Insert the missing space. Low Device.java 53
Missing space after comma Insert the missing space. Low Device.java 53
Missing space after comma Insert the missing space. Low ReportRef.java 30
Missing space after comma Insert the missing space. Low TripDetails.java 61
Missing space after comma Insert the missing space. Low TripDetails.java 61
Missing space after comma Insert the missing space. Low TripDetails.java 103
Missing space after comma Insert the missing space. Low TripDetails.java 104
Missing space after comma Insert the missing space. Low TripDetails.java 119
Missing space after comma Insert the missing space. Low TripDetails.java 143
Missing space after comma Insert the missing space. Low TripDetails.java 188
Missing space after comma Insert the missing space. Low TripDetails.java 188
Missing space after comma Insert the missing space. Low TripParameters.java 220
Missing space after comma Insert the missing space. Low TripParameters.java 222
Missing space after comma Insert the missing space. Low VehicleDetails.java 23
Missing space after comma Insert the missing space. Low VehicleDetails.java 33
 
Violation Recommendation Severity Resolved Resource Line
Missing space after cast Insert the missing space. Low DriftMasker.java 45
Missing space after cast Insert the missing space. Low DriftMasker.java 87
Missing space after cast Insert the missing space. Low DriftMasker.java 89
Missing space after cast Insert the missing space. Low ExpressionDecoder.java 100
Missing space after cast Insert the missing space. Low ExpressionDecoder.java 118
Missing space after cast Insert the missing space. Low ExpressionDecoder.java 130
Missing space after cast Insert the missing space. Low ExpressionDecoder.java 139
Missing space after cast Insert the missing space. Low PolygonRegion_Service.java 57
Missing space after cast Insert the missing space. Low PolygonRegion_Service.java 69
Missing space after cast Insert the missing space. Low PacketDataFetcher.java 88
Missing space after cast Insert the missing space. Low ParamUtils.java 28
Missing space after cast Insert the missing space. Low ParamUtils.java 32
Missing space after cast Insert the missing space. Low ValidatorFactory.java 31
Missing space after cast Insert the missing space. Low configReader.java 36
Missing space after cast Insert the missing space. Low configReader.java 44
Missing space after cast Insert the missing space. Low configReader.java 77
Missing space after cast Insert the missing space. Low configReader.java 82
Missing space after cast Insert the missing space. Low configReader.java 109
Missing space after cast Insert the missing space. Low configReader.java 114
Missing space after cast Insert the missing space. Low ConsumerThread.java 42
Missing space after cast Insert the missing space. Low ConsumerThread.java 53
Missing space after cast Insert the missing space. Low packetHandler.java 33
Missing space after cast Insert the missing space. Low packetHandler.java 124
Missing space after cast Insert the missing space. Low packetHandler.java 148
Missing space after cast Insert the missing space. Low packetHandler.java 234
Missing space after cast Insert the missing space. Low packetHandler.java 241
Missing space after cast Insert the missing space. Low PacketProducer.java 80
Missing space after cast Insert the missing space. Low PacketProducer.java 102
Missing space after cast Insert the missing space. Low PacketProducer.java 144
Missing space after cast Insert the missing space. Low PacketProducer.java 145
Missing space after cast Insert the missing space. Low QueueAllocator.java 65
Missing space after cast Insert the missing space. Low recieveThread.java 68
Missing space after cast Insert the missing space. Low recieveThread.java 69
Missing space after cast Insert the missing space. Low recieveThread.java 77
Missing space after cast Insert the missing space. Low recieveThread.java 100
Missing space after cast Insert the missing space. Low recieveThread.java 152
Missing space after cast Insert the missing space. Low recieveThread.java 263
Missing space after cast Insert the missing space. Low recieveThread.java 270
Missing space after cast Insert the missing space. Low sendMessage.java 42
Missing space after cast Insert the missing space. Low sendMessage.java 66
Missing space after cast Insert the missing space. Low sendMessage.java 67
Missing space after cast Insert the missing space. Low sendMessage.java 69
Missing space after cast Insert the missing space. Low sendMessage.java 75
Missing space after cast Insert the missing space. Low sendMessage.java 76
Missing space after cast Insert the missing space. Low sendMessage.java 77
Missing space after cast Insert the missing space. Low sendMessage.java 78
Missing space after cast Insert the missing space. Low sendMessage.java 79
Missing space after cast Insert the missing space. Low sendMessage.java 118
Missing space after cast Insert the missing space. Low sendMessage.java 119
Missing space after cast Insert the missing space. Low UDPServerMINA.java 106
Missing space after cast Insert the missing space. Low _Accounts.java 21
Missing space after cast Insert the missing space. Low _Accounts.java 28
Missing space after cast Insert the missing space. Low _AccumulatorRef.java 14
Missing space after cast Insert the missing space. Low _AccumulatorRef.java 21
Missing space after cast Insert the missing space. Low _CharityBarometer.java 25
Missing space after cast Insert the missing space. Low _CharityBarometer.java 32
Missing space after cast Insert the missing space. Low _CharityBarometer.java 40
Missing space after cast Insert the missing space. Low _Configurations.java 15
Missing space after cast Insert the missing space. Low _Configurations.java 22
Missing space after cast Insert the missing space. Low _Device.java 35
Missing space after cast Insert the missing space. Low _Device.java 42
Missing space after cast Insert the missing space. Low _Device.java 49
Missing space after cast Insert the missing space. Low _Device.java 56
Missing space after cast Insert the missing space. Low _Device.java 63
Missing space after cast Insert the missing space. Low _Device.java 70
Missing space after cast Insert the missing space. Low _Device.java 77
Missing space after cast Insert the missing space. Low _Device.java 84
Missing space after cast Insert the missing space. Low _Device.java 91
Missing space after cast Insert the missing space. Low _Device.java 102
Missing space after cast Insert the missing space. Low _Feedback.java 32
Missing space after cast Insert the missing space. Low _Feedback.java 39
Missing space after cast Insert the missing space. Low _Feedback.java 46
Missing space after cast Insert the missing space. Low _Feedback.java 53
Missing space after cast Insert the missing space. Low _Feedback.java 60
Missing space after cast Insert the missing space. Low _Feedback.java 68
Missing space after cast Insert the missing space. Low _Feedback.java 77
Missing space after cast Insert the missing space. Low _FenceHistory.java 30
Missing space after cast Insert the missing space. Low _FenceHistory.java 37
Missing space after cast Insert the missing space. Low _FenceHistory.java 44
Missing space after cast Insert the missing space. Low _FenceHistory.java 51
Missing space after cast Insert the missing space. Low _FenceHistory.java 58
Missing space after cast Insert the missing space. Low _FenceHistory.java 66
Missing space after cast Insert the missing space. Low _FrequentTravellerDetails.java 25
Missing space after cast Insert the missing space. Low _FrequentTripDetails.java 25
Missing space after cast Insert the missing space. Low _FrequentTripDetails.java 33
Missing space after cast Insert the missing space. Low _Geofence.java 39
Missing space after cast Insert the missing space. Low _Geofence.java 46
Missing space after cast Insert the missing space. Low _Geofence.java 53
Missing space after cast Insert the missing space. Low _Geofence.java 60
Missing space after cast Insert the missing space. Low _Geofence.java 67
Missing space after cast Insert the missing space. Low _Geofence.java 74
Missing space after cast Insert the missing space. Low _Geofence.java 81
Missing space after cast Insert the missing space. Low _Geofence.java 88
Missing space after cast Insert the missing space. Low _Geofence.java 99
Missing space after cast Insert the missing space. Low _Geofence.java 108
Missing space after cast Insert the missing space. Low _Geofence.java 117
Missing space after cast Insert the missing space. Low _Geofence.java 129
Missing space after cast Insert the missing space. Low _GeovehicleMap.java 28
Missing space after cast Insert the missing space. Low _GeovehicleMap.java 39
Missing space after cast Insert the missing space. Low _GeovehicleMap.java 48
Missing space after cast Insert the missing space. Low _Inbox.java 31
Missing space after cast Insert the missing space. Low _Inbox.java 38
Missing space after cast Insert the missing space. Low _Inbox.java 45
Missing space after cast Insert the missing space. Low _Inbox.java 52
Missing space after cast Insert the missing space. Low _Inbox.java 59
Missing space after cast Insert the missing space. Low _Inbox.java 66
Missing space after cast Insert the missing space. Low _Inbox.java 74
Missing space after cast Insert the missing space. Low Auto _Notification.java
Missing space after cast Insert the missing space. Low Auto _Notification.java
Missing space after cast Insert the missing space. Low Auto _Notification.java
Missing space after cast Insert the missing space. Low Auto _Notification.java
Missing space after cast Insert the missing space. Low _Organization.java 37
Missing space after cast Insert the missing space. Low _Organization.java 44
Missing space after cast Insert the missing space. Low _Organization.java 51
Missing space after cast Insert the missing space. Low _Organization.java 58
Missing space after cast Insert the missing space. Low _Organization.java 65
Missing space after cast Insert the missing space. Low _Organization.java 72
Missing space after cast Insert the missing space. Low _Organization.java 79
Missing space after cast Insert the missing space. Low _Organization.java 86
Missing space after cast Insert the missing space. Low _Organization.java 93
Missing space after cast Insert the missing space. Low _Organization.java 100
Missing space after cast Insert the missing space. Low _Organization.java 111
Missing space after cast Insert the missing space. Low _Organization.java 123
Missing space after cast Insert the missing space. Low _PickupPoints.java 25
Missing space after cast Insert the missing space. Low _PickupPoints.java 32
Missing space after cast Insert the missing space. Low _PickupPoints.java 40
Missing space after cast Insert the missing space. Low _ReportRef.java 18
Missing space after cast Insert the missing space. Low _ReportRef.java 21
Missing space after cast Insert the missing space. Low _ReportRef.java 24
Missing space after cast Insert the missing space. Low _SavingStatus.java 30
Missing space after cast Insert the missing space. Low _SavingStatus.java 37
Missing space after cast Insert the missing space. Low _SavingStatus.java 44
Missing space after cast Insert the missing space. Low _SavingStatus.java 51
Missing space after cast Insert the missing space. Low _SavingStatus.java 58
Missing space after cast Insert the missing space. Low _SavingStatus.java 66
Missing space after cast Insert the missing space. Low _Speedparameter.java 25
Missing space after cast Insert the missing space. Low _Speedparameter.java 32
Missing space after cast Insert the missing space. Low _Speedparameter.java 40
Missing space after cast Insert the missing space. Low _TripMsgParams.java 27
Missing space after cast Insert the missing space. Low _TripMsgParams.java 34
Missing space after cast Insert the missing space. Low _TripMsgParams.java 41
Missing space after cast Insert the missing space. Low _TripMsgParams.java 48
Missing space after cast Insert the missing space. Low _TripMsgParams.java 56
Missing space after cast Insert the missing space. Low _TripParameters.java 53
Missing space after cast Insert the missing space. Low _TripParameters.java 61
Missing space after cast Insert the missing space. Low _TripParameters.java 74
Missing space after cast Insert the missing space. Low _TripParameters.java 82
Missing space after cast Insert the missing space. Low _TripParameters.java 96
Missing space after cast Insert the missing space. Low _TripParameters.java 103
Missing space after cast Insert the missing space. Low _TripParameters.java 110
Missing space after cast Insert the missing space. Low _TripParameters.java 116
Missing space after cast Insert the missing space. Low _TripParameters.java 123
Missing space after cast Insert the missing space. Low _TripParameters.java 130
Missing space after cast Insert the missing space. Low _TripParameters.java 136
Missing space after cast Insert the missing space. Low _TripParameters.java 143
Missing space after cast Insert the missing space. Low _TripParameters.java 150
Missing space after cast Insert the missing space. Low _TripParameters.java 157
Missing space after cast Insert the missing space. Low _TripParameters.java 164
Missing space after cast Insert the missing space. Low _TripParameters.java 171
Missing space after cast Insert the missing space. Low _TripParameters.java 178
Missing space after cast Insert the missing space. Low _TripParameters.java 185
Missing space after cast Insert the missing space. Low _TripParameters.java 200
Missing space after cast Insert the missing space. Low _TripParameters.java 206
Missing space after cast Insert the missing space. Low _TripParameters.java 215
Missing space after cast Insert the missing space. Low _TripPreference.java 28
Missing space after cast Insert the missing space. Low _TripPreference.java 35
Missing space after cast Insert the missing space. Low _TripPreference.java 42
Missing space after cast Insert the missing space. Low _TripPreference.java 49
Missing space after cast Insert the missing space. Low _TripPreference.java 56
Missing space after cast Insert the missing space. Low _TripPreference.java 63
Missing space after cast Insert the missing space. Low _TripPreference.java 70
Missing space after cast Insert the missing space. Low _TripPreference.java 77
Missing space after cast Insert the missing space. Low _TripScraps.java 25
Missing space after cast Insert the missing space. Low _TripScraps.java 32
Missing space after cast Insert the missing space. Low _TripScraps.java 40
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 41
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 48
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 55
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 62
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 69
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 76
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 83
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 90
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 97
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 104
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 111
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 118
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 125
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 136
Missing space after cast Insert the missing space. Low _TripTravelerDetails.java 145
Missing space after cast Insert the missing space. Low _TripVehicleMap.java 26
Missing space after cast Insert the missing space. Low _TripVehicleMap.java 35
Missing space after cast Insert the missing space. Low _User.java 42
Missing space after cast Insert the missing space. Low _User.java 49
Missing space after cast Insert the missing space. Low _User.java 56
Missing space after cast Insert the missing space. Low _User.java 63
Missing space after cast Insert the missing space. Low _User.java 70
Missing space after cast Insert the missing space. Low _User.java 77
Missing space after cast Insert the missing space. Low _User.java 84
Missing space after cast Insert the missing space. Low _User.java 91
Missing space after cast Insert the missing space. Low _User.java 98
Missing space after cast Insert the missing space. Low _User.java 105
Missing space after cast Insert the missing space. Low _User.java 112
Missing space after cast Insert the missing space. Low _User.java 119
Missing space after cast Insert the missing space. Low _User.java 126
Missing space after cast Insert the missing space. Low _User.java 133
Missing space after cast Insert the missing space. Low _User.java 144
Missing space after cast Insert the missing space. Low _User.java 156
Missing space after cast Insert the missing space. Low _UserGeofenceMap.java 26
Missing space after cast Insert the missing space. Low _UserGeofenceMap.java 35
Missing space after cast Insert the missing space. Low _UserLandmarks.java 27
Missing space after cast Insert the missing space. Low _UserLandmarks.java 34
Missing space after cast Insert the missing space. Low _UserLandmarks.java 41
Missing space after cast Insert the missing space. Low _UserLandmarks.java 48
Missing space after cast Insert the missing space. Low _UserLandmarks.java 56
Missing space after cast Insert the missing space. Low _UserPreference.java 26
Missing space after cast Insert the missing space. Low _UserPreference.java 33
Missing space after cast Insert the missing space. Low _UserPreference.java 40
Missing space after cast Insert the missing space. Low _UserPreference.java 48
Missing space after cast Insert the missing space. Low _UserPreferences.java 38
Missing space after cast Insert the missing space. Low _UserPreferences.java 45
Missing space after cast Insert the missing space. Low _UserPreferences.java 52
Missing space after cast Insert the missing space. Low _UserPreferences.java 59
Missing space after cast Insert the missing space. Low _UserPreferences.java 66
Missing space after cast Insert the missing space. Low _UserPreferences.java 73
Missing space after cast Insert the missing space. Low _UserPreferences.java 80
Missing space after cast Insert the missing space. Low _UserPreferences.java 87
Missing space after cast Insert the missing space. Low _UserPreferences.java 94
Missing space after cast Insert the missing space. Low _UserPreferences.java 101
Missing space after cast Insert the missing space. Low _UserPreferences.java 108
Missing space after cast Insert the missing space. Low _UserPreferences.java 115
Missing space after cast Insert the missing space. Low _UserPreferences.java 122
Missing space after cast Insert the missing space. Low _UserPreferences.java 129
Missing space after cast Insert the missing space. Low _UserPreferences.java 136
Missing space after cast Insert the missing space. Low _UserPreferences.java 144
Missing space after cast Insert the missing space. Low _Vehicle.java 31
Missing space after cast Insert the missing space. Low _Vehicle.java 38
Missing space after cast Insert the missing space. Low _Vehicle.java 45
Missing space after cast Insert the missing space. Low _Vehicle.java 52
Missing space after cast Insert the missing space. Low _Vehicle.java 59
Missing space after cast Insert the missing space. Low _Vehicle.java 66
Missing space after cast Insert the missing space. Low _Vehicle.java 74
Missing space after cast Insert the missing space. Low _Vehicle.java 81
Missing space after cast Insert the missing space. Low _VehicleDetails.java 52
Missing space after cast Insert the missing space. Low _VehicleDetails.java 59
Missing space after cast Insert the missing space. Low _VehicleDetails.java 66
Missing space after cast Insert the missing space. Low _VehicleDetails.java 73
Missing space after cast Insert the missing space. Low _VehicleDetails.java 80
Missing space after cast Insert the missing space. Low _VehicleDetails.java 87
Missing space after cast Insert the missing space. Low _VehicleDetails.java 94
Missing space after cast Insert the missing space. Low _VehicleDetails.java 101
Missing space after cast Insert the missing space. Low _VehicleDetails.java 108
Missing space after cast Insert the missing space. Low _VehicleDetails.java 115
Missing space after cast Insert the missing space. Low _VehicleDetails.java 122
Missing space after cast Insert the missing space. Low _VehicleDetails.java 129
Missing space after cast Insert the missing space. Low _VehicleDetails.java 136
Missing space after cast Insert the missing space. Low _VehicleDetails.java 143
Missing space after cast Insert the missing space. Low _VehicleDetails.java 154
Missing space after cast Insert the missing space. Low _VehicleDetails.java 163
Missing space after cast Insert the missing space. Low _VehicleDetails.java 172
Missing space after cast Insert the missing space. Low _VehicleDetails.java 181
Missing space after cast Insert the missing space. Low _VehicleDetails.java 190
Missing space after cast Insert the missing space. Low _VehicleGroup.java 28
Missing space after cast Insert the missing space. Low _VehicleGroup.java 35
Missing space after cast Insert the missing space. Low _VehicleGroup.java 42
Missing space after cast Insert the missing space. Low _VehicleGroup.java 53
Missing space after cast Insert the missing space. Low Organization.java 8
Missing space after cast Insert the missing space. Low TripDetails.java 57
Missing space after cast Insert the missing space. Low TripMsgParams.java 29
Missing space after cast Insert the missing space. Low TripParameters.java 53
Missing space after cast Insert the missing space. Low VehicleDetails.java 19
Missing space after cast Insert the missing space. Low JarRsrcLoader.java 45
Missing space after cast Insert the missing space. Low JarRsrcLoader.java 53
 
Violation Recommendation Severity Resolved Resource Line
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low PacketDataFetcher.java 85
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low ConsumerThread.java 38
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low LMUUtils.java 78
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low packetHandler.java 31
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low UDPClient.java 70
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low UDPClient.java 89
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low UDPServer.java 21
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low AccumulatorRef.java 36
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low Configurations.java 30
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low JarRsrcLoader.java 51
Use a "for" loop instead of a "while" loop Use a "for" loop rather than a "while" loop. Low JarRsrcLoader.java 88
 
Violation Recommendation Severity Resolved Resource Line
A method is invoked via reflection Use an existing interface if one is available, or define one if possible. Low CategoryReader.java 91
A method is invoked via reflection Use an existing interface if one is available, or define one if possible. Low ExpReader.java 93
A method is invoked via reflection Use an existing interface if one is available, or define one if possible. Low ValidatorReader.java 139
A method is invoked via reflection Use an existing interface if one is available, or define one if possible. Low JarRsrcLoader.java 45
 
Violation Recommendation Severity Resolved Resource Line
Missing space before operator "!=" Insert the missing space. Low CategoryReader.java 48
Missing space after operator "!=" Insert the missing space. Low CategoryReader.java 48
Missing space before operator "<" Insert the missing space. Low CategoryReader.java 77
Missing space after operator "<" Insert the missing space. Low CategoryReader.java 77
Missing space before operator "<" Insert the missing space. Low CategoryReader.java 85
Missing space after operator "<" Insert the missing space. Low CategoryReader.java 85
Missing space before operator "+" Insert the missing space. Low CategoryReader.java 87
Missing space after operator "+" Insert the missing space. Low CategoryReader.java 87
Missing space before operator "!=" Insert the missing space. Low CategoryReader.java 89
Missing space after operator "!=" Insert the missing space. Low CategoryReader.java 89
Missing space before operator "+" Insert the missing space. Low CategoryReader.java 90
Missing space after operator "+" Insert the missing space. Low CategoryReader.java 90
Missing space before operator "+" Insert the missing space. Low CategoryReader.java 90
Missing space after operator "+" Insert the missing space. Low CategoryReader.java 90
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 37
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 37
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 37
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 37
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 44
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 44
Missing space before operator "!=" Insert the missing space. Low DirectParamEvaluator.java 50
Missing space after operator "!=" Insert the missing space. Low DirectParamEvaluator.java 50
Missing space before operator "==" Insert the missing space. Low DirectParamEvaluator.java 58
Missing space after operator "==" Insert the missing space. Low DirectParamEvaluator.java 58
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 63
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 63
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 63
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 63
Missing space before operator "+" Insert the missing space. Low DirectParamEvaluator.java 63
Missing space after operator "+" Insert the missing space. Low DirectParamEvaluator.java 63
Missing space before operator "+" Insert the missing space. Low DriftMasker.java 52
Missing space after operator "+" Insert the missing space. Low DriftMasker.java 52
Missing space before operator "!=" Insert the missing space. Low DriftMasker.java 58
Missing space after operator "!=" Insert the missing space. Low DriftMasker.java 58
Missing space before operator "==" Insert the missing space. Low DriftMasker.java 63
Missing space after operator "==" Insert the missing space. Low DriftMasker.java 63
Missing space before operator "+" Insert the missing space. Low DriftMasker.java 72
Missing space after operator "+" Insert the missing space. Low DriftMasker.java 72
Missing space before operator "+" Insert the missing space. Low DriftMasker.java 78
Missing space after operator "+" Insert the missing space. Low DriftMasker.java 78
Missing space after operator "!=" Insert the missing space. Low DriftMasker.java 83
Missing space before operator "!=" Insert the missing space. Low DriftMasker.java 86
Missing space after operator "!=" Insert the missing space. Low DriftMasker.java 86
Missing space before operator "!=" Insert the missing space. Low DriftMasker.java 91
Missing space after operator "!=" Insert the missing space. Low DriftMasker.java 91
Missing space before operator "!=" Insert the missing space. Low DriftMasker.java 91
Missing space after operator "!=" Insert the missing space. Low DriftMasker.java 91
Missing space before operator "!=" Insert the missing space. Low ExpReader.java 50
Missing space after operator "!=" Insert the missing space. Low ExpReader.java 50
Missing space before operator "<" Insert the missing space. Low ExpReader.java 80
Missing space after operator "<" Insert the missing space. Low ExpReader.java 80
Missing space before operator "+" Insert the missing space. Low ExpReader.java 86
Missing space after operator "+" Insert the missing space. Low ExpReader.java 86
Missing space before operator "<" Insert the missing space. Low ExpReader.java 87
Missing space after operator "<" Insert the missing space. Low ExpReader.java 87
Missing space before operator "+" Insert the missing space. Low ExpReader.java 89
Missing space after operator "+" Insert the missing space. Low ExpReader.java 89
Missing space before operator "!=" Insert the missing space. Low ExpReader.java 91
Missing space after operator "!=" Insert the missing space. Low ExpReader.java 91
Missing space before operator "+" Insert the missing space. Low ExpReader.java 92
Missing space after operator "+" Insert the missing space. Low ExpReader.java 92
Missing space before operator "+" Insert the missing space. Low ExpReader.java 92
Missing space after operator "+" Insert the missing space. Low ExpReader.java 92
Missing space before operator "!=" Insert the missing space. Low ExpressionDecoder.java 58
Missing space after operator "!=" Insert the missing space. Low ExpressionDecoder.java 58
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 59
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 59
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 59
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 59
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 59
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 59
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 59
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 59
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 59
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 59
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 67
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 67
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 81
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 81
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 81
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 81
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 103
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 103
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 103
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 103
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 103
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 103
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 119
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 119
Missing space before operator "+" Insert the missing space. Low ExpressionDecoder.java 138
Missing space after operator "+" Insert the missing space. Low ExpressionDecoder.java 138
Missing space before operator "==" Insert the missing space. Low ExpressionHandler.java 30
Missing space after operator "==" Insert the missing space. Low ExpressionHandler.java 30
Missing space before operator "+" Insert the missing space. Low ExpressionHandler.java 46
Missing space after operator "+" Insert the missing space. Low ExpressionHandler.java 46
Missing space before operator "!=" Insert the missing space. Low ValidatorReader.java 51
Missing space after operator "!=" Insert the missing space. Low ValidatorReader.java 51
Missing space before operator "<" Insert the missing space. Low ValidatorReader.java 126
Missing space after operator "<" Insert the missing space. Low ValidatorReader.java 126
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 132
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 132
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 132
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 132
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 132
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 132
Missing space before operator "<" Insert the missing space. Low ValidatorReader.java 133
Missing space after operator "<" Insert the missing space. Low ValidatorReader.java 133
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 135
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 135
Missing space before operator "!=" Insert the missing space. Low ValidatorReader.java 137
Missing space after operator "!=" Insert the missing space. Low ValidatorReader.java 137
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 138
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 138
Missing space before operator "+" Insert the missing space. Low ValidatorReader.java 138
Missing space after operator "+" Insert the missing space. Low ValidatorReader.java 138
Missing space before operator "+" Insert the missing space. Low FileUtilities.java 48
Missing space before operator "+" Insert the missing space. Low FileUtilities.java 51
Missing space before operator "+" Insert the missing space. Low FileUtilities.java 53
Missing space before operator "!=" Insert the missing space. Low FileUtilities.java 86
Missing space after operator "!=" Insert the missing space. Low FileUtilities.java 86
Missing space before operator "-" Insert the missing space. Low LoggerStackTraceUtil.java 21
Missing space after operator "-" Insert the missing space. Low LoggerStackTraceUtil.java 21
Missing space before operator "-" Insert the missing space. Low LoggerStackTraceUtil.java 26
Missing space after operator "-" Insert the missing space. Low LoggerStackTraceUtil.java 26
Missing space before operator "+" Insert the missing space. Low PacketDataFetcher.java 41
Missing space after operator "+" Insert the missing space. Low PacketDataFetcher.java 41
Missing space before operator "+" Insert the missing space. Low PacketDataFetcher.java 41
Missing space after operator "+" Insert the missing space. Low PacketDataFetcher.java 41
Missing space before operator "+" Insert the missing space. Low PacketDataFetcher.java 42
Missing space after operator "+" Insert the missing space. Low PacketDataFetcher.java 42
Missing space before operator "+" Insert the missing space. Low PacketDataFetcher.java 43
Missing space after operator "+" Insert the missing space. Low PacketDataFetcher.java 43
Missing space before operator "!=" Insert the missing space. Low PacketDataFetcher.java 60
Missing space after operator "!=" Insert the missing space. Low PacketDataFetcher.java 60
Missing space before operator "!=" Insert the missing space. Low PacketDataFetcher.java 60
Missing space after operator "!=" Insert the missing space. Low PacketDataFetcher.java 60
Missing space before operator "==" Insert the missing space. Low PacketDataFetcher.java 79
Missing space after operator "==" Insert the missing space. Low PacketDataFetcher.java 79
Missing space before operator "==" Insert the missing space. Low ParamUtils.java 27
Missing space after operator "==" Insert the missing space. Low ParamUtils.java 27
Missing space before operator "+" Insert the missing space. Low ParamUtils.java 29
Missing space after operator "+" Insert the missing space. Low ParamUtils.java 29
Missing space before operator "+" Insert the missing space. Low ParamUtils.java 33
Missing space after operator "+" Insert the missing space. Low ParamUtils.java 33
Missing space before operator "+" Insert the missing space. Low ParamUtils.java 47
Missing space after operator "+" Insert the missing space. Low ParamUtils.java 47
Missing space before operator "==" Insert the missing space. Low ParamUtils.java 52
Missing space after operator "==" Insert the missing space. Low ParamUtils.java 52
Missing space after operator "!=" Insert the missing space. Low ParamUtils.java 54
Missing space before operator "==" Insert the missing space. Low ParamUtils.java 62
Missing space after operator "==" Insert the missing space. Low ParamUtils.java 62
Missing space before operator "==" Insert the missing space. Low ParamUtils.java 68
Missing space after operator "==" Insert the missing space. Low ParamUtils.java 68
Missing space before operator "+" Insert the missing space. Low ValidatorFactory.java 26
Missing space after operator "+" Insert the missing space. Low ValidatorFactory.java 26
Missing space before operator "*" Insert the missing space. Low AlertManager.java 58
Missing space after operator "*" Insert the missing space. Low AlertManager.java 58
Missing space before operator "+" Insert the missing space. Low AlertManager.java 63
Missing space after operator "+" Insert the missing space. Low AlertManager.java 63
Missing space before operator "+" Insert the missing space. Low AlertManager.java 63
Missing space after operator "+" Insert the missing space. Low AlertManager.java 63
Missing space before operator "+" Insert the missing space. Low AlertManager.java 63
Missing space after operator "+" Insert the missing space. Low AlertManager.java 63
Missing space before operator "+" Insert the missing space. Low AlertManager.java 67
Missing space after operator "+" Insert the missing space. Low AlertManager.java 67
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 53
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 53
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 57
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 57
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 64
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 64
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 77
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 77
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 80
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 80
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 80
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 80
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 80
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 80
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 92
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 92
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 99
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 99
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 101
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 101
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 111
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 112
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 112
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 125
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 125
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 129
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 129
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 129
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 129
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 129
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 129
Missing space before operator "+" Insert the missing space. Low AsyncCaller.java 135
Missing space after operator "+" Insert the missing space. Low AsyncCaller.java 135
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 37
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 37
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 37
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 37
Missing space before operator "!=" Insert the missing space. Low ConsumerThread.java 45
Missing space after operator "!=" Insert the missing space. Low ConsumerThread.java 45
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 49
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 49
Missing space before operator ">" Insert the missing space. Low ConsumerThread.java 54
Missing space after operator ">" Insert the missing space. Low ConsumerThread.java 54
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 110
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 110
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 113
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 113
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 115
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 115
Missing space before operator "!=" Insert the missing space. Low ConsumerThread.java 116
Missing space after operator "!=" Insert the missing space. Low ConsumerThread.java 116
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 118
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 118
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 119
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 119
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 119
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 119
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 121
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 121
Missing space before operator "+" Insert the missing space. Low ConsumerThread.java 130
Missing space after operator "+" Insert the missing space. Low ConsumerThread.java 130
Missing space before operator "!=" Insert the missing space. Low DBManager.java 74
Missing space after operator "!=" Insert the missing space. Low DBManager.java 74
Missing space before operator "!=" Insert the missing space. Low DBManager.java 74
Missing space after operator "!=" Insert the missing space. Low DBManager.java 74
Missing space before operator "!=" Insert the missing space. Low DBManager.java 74
Missing space after operator "!=" Insert the missing space. Low DBManager.java 74
Missing space before operator "+" Insert the missing space. Low DBManager.java 85
Missing space after operator "+" Insert the missing space. Low DBManager.java 85
Missing space before operator "+" Insert the missing space. Low DBManager.java 85
Missing space after operator "+" Insert the missing space. Low DBManager.java 85
Missing space before operator "+" Insert the missing space. Low DBManager.java 85
Missing space after operator "+" Insert the missing space. Low DBManager.java 85
Missing space before operator "!=" Insert the missing space. Low DBManager.java 86
Missing space after operator "!=" Insert the missing space. Low DBManager.java 86
Missing space before operator "==" Insert the missing space. Low DBManager.java 87
Missing space after operator "==" Insert the missing space. Low DBManager.java 87
Missing space before operator "+" Insert the missing space. Low DBManager.java 94
Missing space after operator "+" Insert the missing space. Low DBManager.java 94
Missing space before operator "==" Insert the missing space. Low DBManager.java 97
Missing space after operator "==" Insert the missing space. Low DBManager.java 97
Missing space before operator "+" Insert the missing space. Low DBManager.java 99
Missing space after operator "+" Insert the missing space. Low DBManager.java 99
Missing space before operator "+" Insert the missing space. Low DBManager.java 99
Missing space after operator "+" Insert the missing space. Low DBManager.java 99
Missing space before operator "+" Insert the missing space. Low DBManager.java 99
Missing space after operator "+" Insert the missing space. Low DBManager.java 99
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "+" Insert the missing space. Low DBManager.java 102
Missing space after operator "+" Insert the missing space. Low DBManager.java 102
Missing space before operator "*" Insert the missing space. Low LMUUtils.java 44
Missing space after operator "*" Insert the missing space. Low LMUUtils.java 44
Missing space before operator "*" Insert the missing space. Low LMUUtils.java 67
Missing space after operator "*" Insert the missing space. Low LMUUtils.java 67
Missing space before operator "+" Insert the missing space. Low LMUUtils.java 206
Missing space after operator "+" Insert the missing space. Low LMUUtils.java 206
Missing space before operator "+" Insert the missing space. Low LMUUtils.java 206
Missing space after operator "+" Insert the missing space. Low LMUUtils.java 206
Missing space before operator "||" Insert the missing space. Low PacketConsumer.java 90
Missing space after operator "||" Insert the missing space. Low PacketConsumer.java 90
Missing space before operator "||" Insert the missing space. Low PacketConsumer.java 90
Missing space after operator "||" Insert the missing space. Low PacketConsumer.java 90
Missing space before operator "||" Insert the missing space. Low PacketConsumer.java 90
Missing space after operator "||" Insert the missing space. Low PacketConsumer.java 90
Missing space before operator "||" Insert the missing space. Low PacketConsumer.java 90
Missing space after operator "||" Insert the missing space. Low PacketConsumer.java 90
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 111
Missing space after operator "+" Insert the missing space. Low PacketConsumer.java 111
Missing space before operator "!=" Insert the missing space. Low PacketConsumer.java 129
Missing space after operator "!=" Insert the missing space. Low PacketConsumer.java 129
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 137
Missing space after operator "+" Insert the missing space. Low PacketConsumer.java 137
Missing space before operator "!=" Insert the missing space. Low PacketConsumer.java 148
Missing space after operator "!=" Insert the missing space. Low PacketConsumer.java 148
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 151
Missing space after operator "+" Insert the missing space. Low PacketConsumer.java 151
Missing space before operator "!=" Insert the missing space. Low PacketConsumer.java 153
Missing space after operator "!=" Insert the missing space. Low PacketConsumer.java 153
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 171
Missing space after operator "+" Insert the missing space. Low PacketConsumer.java 171
Missing space before operator "<" Insert the missing space. Low PacketConsumer.java 178
Missing space after operator "<" Insert the missing space. Low PacketConsumer.java 178
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 185
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 188
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 201
Missing space after operator "+" Insert the missing space. Low PacketConsumer.java 201
Missing space before operator "+" Insert the missing space. Low PacketConsumer.java 249
Missing space after operator "+" Insert the missing space. Low PacketConsumer.java 249
Missing space before operator "/" Insert the missing space. Low packetHandler.java 27
Missing space after operator "/" Insert the missing space. Low packetHandler.java 27
Missing space before operator "<" Insert the missing space. Low packetHandler.java 31
Missing space after operator "<" Insert the missing space. Low packetHandler.java 31
Missing space before operator "+" Insert the missing space. Low packetHandler.java 33
Missing space after operator "+" Insert the missing space. Low packetHandler.java 33
Missing space before operator "+" Insert the missing space. Low packetHandler.java 264
Missing space after operator "+" Insert the missing space. Low packetHandler.java 264
Missing space after operator "+" Insert the missing space. Low packetHandler.java 265
Missing space before operator "+" Insert the missing space. Low packetHandler.java 265
Missing space after operator "+" Insert the missing space. Low packetHandler.java 265
Missing space after operator "+" Insert the missing space. Low packetHandler.java 266
Missing space before operator "+" Insert the missing space. Low packetHandler.java 266
Missing space after operator "+" Insert the missing space. Low packetHandler.java 266
Missing space before operator "+" Insert the missing space. Low PacketProducer.java 50
Missing space after operator "+" Insert the missing space. Low PacketProducer.java 50
Missing space before operator "!=" Insert the missing space. Low PacketProducer.java 56
Missing space after operator "!=" Insert the missing space. Low PacketProducer.java 56
Missing space before operator "+" Insert the missing space. Low PacketProducer.java 63
Missing space after operator "+" Insert the missing space. Low PacketProducer.java 63
Missing space before operator "!=" Insert the missing space. Low PacketProducer.java 106
Missing space after operator "!=" Insert the missing space. Low PacketProducer.java 106
Missing space before operator "&&" Insert the missing space. Low PacketProducer.java 106
Missing space after operator "&&" Insert the missing space. Low PacketProducer.java 106
Missing space before operator "<" Insert the missing space. Low PacketProducer.java 106
Missing space after operator "<" Insert the missing space. Low PacketProducer.java 106
Missing space before operator "+" Insert the missing space. Low PacketProducer.java 109
Missing space after operator "+" Insert the missing space. Low PacketProducer.java 109
Missing space before operator "==" Insert the missing space. Low PacketProducer.java 111
Missing space after operator "==" Insert the missing space. Low PacketProducer.java 111
Missing space before operator "&&" Insert the missing space. Low PacketProducer.java 111
Missing space after operator "&&" Insert the missing space. Low PacketProducer.java 111
Missing space before operator "!=" Insert the missing space. Low PacketProducer.java 111
Missing space after operator "!=" Insert the missing space. Low PacketProducer.java 111
Missing space before operator "+" Insert the missing space. Low PacketProducer.java 144
Missing space after operator "+" Insert the missing space. Low PacketProducer.java 144
Missing space before operator "+" Insert the missing space. Low PacketProducer.java 145
Missing space after operator "+" Insert the missing space. Low PacketProducer.java 145
Missing space before operator "*" Insert the missing space. Low PacketProducer.java 145
Missing space after operator "*" Insert the missing space. Low PacketProducer.java 145
Missing space before operator "+" Insert the missing space. Low QueueAllocator.java 38
Missing space after operator "+" Insert the missing space. Low QueueAllocator.java 38
Missing space before operator "==" Insert the missing space. Low QueueAllocator.java 40
Missing space after operator "==" Insert the missing space. Low QueueAllocator.java 40
Missing space before operator "-" Insert the missing space. Low QueueAllocator.java 40
Missing space after operator "-" Insert the missing space. Low QueueAllocator.java 40
Missing space before operator "!=" Insert the missing space. Low QueueAllocator.java 69
Missing space after operator "!=" Insert the missing space. Low QueueAllocator.java 69
Missing space before operator "&&" Insert the missing space. Low QueueAllocator.java 69
Missing space after operator "&&" Insert the missing space. Low QueueAllocator.java 69
Missing space before operator "<" Insert the missing space. Low QueueAllocator.java 69
Missing space after operator "<" Insert the missing space. Low QueueAllocator.java 69
Missing space before operator "+" Insert the missing space. Low QueueAllocator.java 73
Missing space after operator "+" Insert the missing space. Low QueueAllocator.java 73
Missing space before operator "+" Insert the missing space. Low QueueAllocator.java 73
Missing space after operator "+" Insert the missing space. Low QueueAllocator.java 73
Missing space before operator "+" Insert the missing space. Low QueueAllocator.java 73
Missing space after operator "+" Insert the missing space. Low QueueAllocator.java 73
Missing space before operator "==" Insert the missing space. Low QueueAllocator.java 75
Missing space after operator "==" Insert the missing space. Low QueueAllocator.java 75
Missing space before operator "&&" Insert the missing space. Low QueueAllocator.java 75
Missing space after operator "&&" Insert the missing space. Low QueueAllocator.java 75
Missing space before operator "!=" Insert the missing space. Low QueueAllocator.java 75
Missing space after operator "!=" Insert the missing space. Low QueueAllocator.java 75
Missing space before operator "+" Insert the missing space. Low recieveThread.java 67
Missing space after operator "+" Insert the missing space. Low recieveThread.java 67
Missing space before operator "+" Insert the missing space. Low recieveThread.java 70
Missing space after operator "+" Insert the missing space. Low recieveThread.java 70
Missing space before operator "+" Insert the missing space. Low recieveThread.java 70
Missing space after operator "+" Insert the missing space. Low recieveThread.java 70
Missing space before operator "+" Insert the missing space. Low recieveThread.java 71
Missing space after operator "+" Insert the missing space. Low recieveThread.java 71
Missing space before operator "+" Insert the missing space. Low recieveThread.java 71
Missing space after operator "+" Insert the missing space. Low recieveThread.java 71
Missing space before operator "+" Insert the missing space. Low recieveThread.java 86
Missing space after operator "+" Insert the missing space. Low recieveThread.java 86
Missing space before operator "+" Insert the missing space. Low recieveThread.java 100
Missing space after operator "+" Insert the missing space. Low recieveThread.java 100
Missing space before operator "+" Insert the missing space. Low recieveThread.java 157
Missing space after operator "+" Insert the missing space. Low recieveThread.java 157
Missing space before operator "+" Insert the missing space. Low recieveThread.java 157
Missing space after operator "+" Insert the missing space. Low recieveThread.java 157
Missing space before operator "+" Insert the missing space. Low recieveThread.java 157
Missing space after operator "+" Insert the missing space. Low recieveThread.java 157
Missing space before operator "+" Insert the missing space. Low recieveThread.java 174
Missing space after operator "+" Insert the missing space. Low recieveThread.java 174
Missing space before operator "+" Insert the missing space. Low recieveThread.java 218
Missing space after operator "+" Insert the missing space. Low recieveThread.java 218
Missing space before operator "+" Insert the missing space. Low recieveThread.java 274
Missing space after operator "+" Insert the missing space. Low recieveThread.java 274
Missing space before operator "+" Insert the missing space. Low sendMessage.java 35
Missing space after operator "+" Insert the missing space. Low sendMessage.java 35
Missing space after operator ">" Insert the missing space. Low sendMessage.java 46
Missing space before operator "+" Insert the missing space. Low sendMessage.java 49
Missing space before operator "+" Insert the missing space. Low sendMessage.java 52
Missing space after operator "+" Insert the missing space. Low sendMessage.java 52
Missing space before operator "<" Insert the missing space. Low sendMessage.java 53
Missing space after operator "<" Insert the missing space. Low sendMessage.java 53
Missing space before operator "+" Insert the missing space. Low sendMessage.java 67
Missing space after operator "+" Insert the missing space. Low sendMessage.java 67
Missing space before operator "+" Insert the missing space. Low sendMessage.java 71
Missing space after operator "+" Insert the missing space. Low sendMessage.java 71
Missing space before operator "+" Insert the missing space. Low sendMessage.java 71
Missing space after operator "+" Insert the missing space. Low sendMessage.java 71
Missing space before operator "+" Insert the missing space. Low sendMessage.java 72
Missing space after operator "+" Insert the missing space. Low sendMessage.java 72
Missing space before operator "+" Insert the missing space. Low sendMessage.java 72
Missing space after operator "+" Insert the missing space. Low sendMessage.java 72
Missing space before operator "+" Insert the missing space. Low sendMessage.java 75
Missing space after operator "+" Insert the missing space. Low sendMessage.java 75
Missing space before operator "+" Insert the missing space. Low sendMessage.java 76
Missing space after operator "+" Insert the missing space. Low sendMessage.java 76
Missing space before operator "+" Insert the missing space. Low sendMessage.java 77
Missing space after operator "+" Insert the missing space. Low sendMessage.java 77
Missing space before operator "+" Insert the missing space. Low sendMessage.java 78
Missing space after operator "+" Insert the missing space. Low sendMessage.java 78
Missing space before operator "+" Insert the missing space. Low sendMessage.java 79
Missing space after operator "+" Insert the missing space. Low sendMessage.java 79
Missing space before operator "+" Insert the missing space. Low sendMessage.java 96
Missing space after operator "+" Insert the missing space. Low sendMessage.java 96
Missing space before operator "+" Insert the missing space. Low sendMessage.java 96
Missing space after operator "+" Insert the missing space. Low sendMessage.java 96
Missing space before operator "+" Insert the missing space. Low sendMessage.java 96
Missing space after operator "+" Insert the missing space. Low sendMessage.java 96
Missing space before operator "<" Insert the missing space. Low sendMessage.java 124
Missing space after operator "<" Insert the missing space. Low sendMessage.java 124
Missing space before operator "+" Insert the missing space. Low sendMessage.java 126
Missing space after operator "+" Insert the missing space. Low sendMessage.java 126
Missing space before operator "-" Insert the missing space. Low sendMessage.java 126
Missing space after operator "-" Insert the missing space. Low sendMessage.java 126
Missing space before operator "+" Insert the missing space. Low sendMessage.java 126
Missing space after operator "+" Insert the missing space. Low sendMessage.java 126
Missing space before operator "+" Insert the missing space. Low sendMessage.java 134
Missing space after operator "+" Insert the missing space. Low sendMessage.java 134
Missing space before operator "+" Insert the missing space. Low sendMessage.java 134
Missing space after operator "+" Insert the missing space. Low sendMessage.java 134
Missing space before operator "+" Insert the missing space. Low sendMessage.java 138
Missing space after operator "+" Insert the missing space. Low sendMessage.java 138
Missing space before operator "+" Insert the missing space. Low Auto TestClient.java
Missing space after operator "+" Insert the missing space. Low Auto TestClient.java
Missing space before operator "+" Insert the missing space. Low Auto TestClient.java
Missing space after operator "+" Insert the missing space. Low Auto TestClient.java
Missing space before operator "+" Insert the missing space. Low TimerTask1.java 32
Missing space after operator "+" Insert the missing space. Low TimerTask1.java 32
Missing space before operator "+" Insert the missing space. Low TimerTask1.java 36
Missing space after operator "+" Insert the missing space. Low TimerTask1.java 36
Missing space before operator "+" Insert the missing space. Low TimerTask1.java 37
Missing space after operator "+" Insert the missing space. Low TimerTask1.java 37
Missing space before operator "+" Insert the missing space. Low UDPClient.java 44
Missing space after operator "+" Insert the missing space. Low UDPClient.java 44
Missing space before operator "+" Insert the missing space. Low UDPClient.java 107
Missing space after operator "+" Insert the missing space. Low UDPClient.java 107
Missing space before operator "+" Insert the missing space. Low UDPClient.java 108
Missing space after operator "+" Insert the missing space. Low UDPClient.java 108
Missing space before operator "<" Insert the missing space. Low UDPClient.java 166
Missing space after operator "<" Insert the missing space. Low UDPClient.java 166
Missing space before operator "-" Insert the missing space. Low UDPClient.java 166
Missing space after operator "-" Insert the missing space. Low UDPClient.java 166
Missing space before operator "==" Insert the missing space. Low UDPClient.java 168
Missing space after operator "==" Insert the missing space. Low UDPClient.java 168
Missing space before operator "+" Insert the missing space. Low UDPClient.java 174
Missing space after operator "+" Insert the missing space. Low UDPClient.java 174
Missing space before operator "/" Insert the missing space. Low UDPClient.java 177
Missing space after operator "/" Insert the missing space. Low UDPClient.java 177
Missing space before operator ">" Insert the missing space. Low UDPServer.java 26
Missing space after operator ">" Insert the missing space. Low UDPServer.java 26
Missing space before operator "+" Insert the missing space. Low UDPServer.java 31
Missing space after operator "+" Insert the missing space. Low UDPServer.java 31
Missing space before operator "+" Insert the missing space. Low UDPServerHandler.java 90
Missing space after operator "+" Insert the missing space. Low UDPServerHandler.java 90
Missing space before operator "+" Insert the missing space. Low UDPServerHandler.java 90
Missing space after operator "+" Insert the missing space. Low UDPServerHandler.java 90
Missing space before operator "+" Insert the missing space. Low UDPServerHandler.java 90
Missing space after operator "+" Insert the missing space. Low UDPServerHandler.java 90
Missing space after operator "+" Insert the missing space. Low UDPServerMINA.java 87
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 87
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 87
Missing space after operator "+" Insert the missing space. Low UDPServerMINA.java 87
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 99
Missing space after operator "+" Insert the missing space. Low UDPServerMINA.java 99
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 105
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 109
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 110
Missing space before operator "+" Insert the missing space. Low UDPServerMINA.java 117
Missing space after operator "+" Insert the missing space. Low UDPServerMINA.java 117
Missing space before operator "+" Insert the missing space. Low AccumulatorRef.java 47
Missing space after operator "+" Insert the missing space. Low AccumulatorRef.java 47
Missing space before operator "+" Insert the missing space. Low Device.java 32
Missing space after operator "+" Insert the missing space. Low Device.java 32
Missing space before operator "+" Insert the missing space. Low Device.java 32
Missing space after operator "+" Insert the missing space. Low Device.java 32
Missing space before operator ">" Insert the missing space. Low Device.java 34
Missing space after operator ">" Insert the missing space. Low Device.java 34
Missing space before operator "==" Insert the missing space. Low LMU4100Map.java 32
Missing space after operator "==" Insert the missing space. Low LMU4100Map.java 32
Missing space before operator "+" Insert the missing space. Low ReportRef.java 32
Missing space after operator "+" Insert the missing space. Low ReportRef.java 32
Missing space before operator "+" Insert the missing space. Low TripDetails.java 93
Missing space after operator "+" Insert the missing space. Low TripDetails.java 93
Missing space after operator "*" Insert the missing space. Low TripDetails.java 112
Missing space before operator "+" Insert the missing space. Low TripDetails.java 112
Missing space before operator "+" Insert the missing space. Low TripDetails.java 119
Missing space after operator "+" Insert the missing space. Low TripDetails.java 119
Missing space before operator "+" Insert the missing space. Low TripDetails.java 119
Missing space after operator "+" Insert the missing space. Low TripDetails.java 119
Missing space before operator "+" Insert the missing space. Low TripDetails.java 119
Missing space after operator "+" Insert the missing space. Low TripDetails.java 119
Missing space before operator "+" Insert the missing space. Low TripDetails.java 119
Missing space after operator "+" Insert the missing space. Low TripDetails.java 119
Missing space before operator "+" Insert the missing space. Low TripDetails.java 119
Missing space after operator "+" Insert the missing space. Low TripDetails.java 119
Missing space before operator "+" Insert the missing space. Low TripDetails.java 119
Missing space after operator "+" Insert the missing space. Low TripDetails.java 119
Missing space before operator "+" Insert the missing space. Low TripDetails.java 119
Missing space after operator "+" Insert the missing space. Low TripDetails.java 119
Missing space before operator "+" Insert the missing space. Low TripDetails.java 119
Missing space after operator "+" Insert the missing space. Low TripDetails.java 119
Missing space before operator "+" Insert the missing space. Low TripDetails.java 119
Missing space after operator "+" Insert the missing space. Low TripDetails.java 119
Missing space before operator "+" Insert the missing space. Low TripDetails.java 119
Missing space after operator "+" Insert the missing space. Low TripDetails.java 119
Missing space before operator "+" Insert the missing space. Low TripDetails.java 131
Missing space after operator "+" Insert the missing space. Low TripDetails.java 131
Missing space before operator ">" Insert the missing space. Low TripDetails.java 132
Missing space after operator ">" Insert the missing space. Low TripDetails.java 132
Missing space before operator "+" Insert the missing space. Low TripDetails.java 136
Missing space after operator "+" Insert the missing space. Low TripDetails.java 136
Missing space before operator "+" Insert the missing space. Low TripDetails.java 136
Missing space after operator "+" Insert the missing space. Low TripDetails.java 136
Missing space before operator "+" Insert the missing space. Low TripDetails.java 136
Missing space after operator "+" Insert the missing space. Low TripDetails.java 136
Missing space before operator "+" Insert the missing space. Low TripDetails.java 136
Missing space after operator "+" Insert the missing space. Low TripDetails.java 136
Missing space before operator "+" Insert the missing space. Low TripDetails.java 142
Missing space after operator "+" Insert the missing space. Low TripDetails.java 142
Missing space before operator "+" Insert the missing space. Low TripDetails.java 142
Missing space after operator "+" Insert the missing space. Low TripDetails.java 142
Missing space before operator ">" Insert the missing space. Low TripDetails.java 145
Missing space after operator ">" Insert the missing space. Low TripDetails.java 145
Missing space before operator "+" Insert the missing space. Low TripDetails.java 148
Missing space before operator "-" Insert the missing space. Low TripDetails.java 185
Missing space after operator "-" Insert the missing space. Low TripDetails.java 185
Missing space before operator "==" Insert the missing space. Low TripParameters.java 219
Missing space after operator "==" Insert the missing space. Low TripParameters.java 219
Missing space before operator "!=" Insert the missing space. Low TripParameters.java 255
Missing space after operator "!=" Insert the missing space. Low TripParameters.java 255
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 33
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 33
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 33
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 33
Missing space before operator ">" Insert the missing space. Low VehicleDetails.java 36
Missing space after operator ">" Insert the missing space. Low VehicleDetails.java 36
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 39
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 39
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 39
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 39
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 39
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 39
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 39
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 39
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 39
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 39
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 43
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 43
Missing space before operator "+" Insert the missing space. Low VehicleDetails.java 49
Missing space after operator "+" Insert the missing space. Low VehicleDetails.java 49
Missing space before operator "+" Insert the missing space. Low JarRsrcLoader.java 72
Missing space after operator "+" Insert the missing space. Low JarRsrcLoader.java 72
Missing space before operator "+" Insert the missing space. Low JarRsrcLoader.java 72
Missing space after operator "+" Insert the missing space. Low JarRsrcLoader.java 72
Missing space before operator "+" Insert the missing space. Low JarRsrcLoader.java 72
Missing space after operator "+" Insert the missing space. Low JarRsrcLoader.java 72
Missing space before operator "+" Insert the missing space. Low JarRsrcLoader.java 72
Missing space after operator "+" Insert the missing space. Low JarRsrcLoader.java 72
Missing space before operator "+" Insert the missing space. Low JarRsrcLoader.java 95
Missing space after operator "+" Insert the missing space. Low JarRsrcLoader.java 95
Generated at 9/10/14 1:32 PM Powered by CodePro Server